blob: a4e1c44791a9321bdcbc79d0da0ea61db280cf4b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PORTNAME= CGI-PSGI
PORTVERSION= 0.15
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MIYAGAWA
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension to enable CGI.pm applications to adapt PSGI
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|