aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-PSGI/Makefile
blob: 4c7e706d0147f9d557324af58f3e5104ac1646fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

PORTNAME=   PSGI
PORTVERSION=    1.102
CATEGORIES= www perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= CPAN:MIYAGAWA
PKGNAMEPREFIX=  p5-

MAINTAINER= kuriyama@FreeBSD.org
COMMENT=    Pod documentation for Perl Web Server Gateway Interface Specification

USES=   perl5
USE_PERL5=  configure

.include <bsd.port.mk>