diff options
Diffstat (limited to 'www/p5-CGI-Response/Makefile')
-rw-r--r-- | www/p5-CGI-Response/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/www/p5-CGI-Response/Makefile b/www/p5-CGI-Response/Makefile new file mode 100644 index 000000000000..9dad8b34d294 --- /dev/null +++ b/www/p5-CGI-Response/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: CGI-Response +# Date created: 3 June 2004 +# Whom: Guy P. +# +# $FreeBSD$ +# + +PORTNAME= CGI-Response +PORTVERSION= 0.03 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= CGI +PKGNAMEPREFIX= p5- + +MAINTAINER= guy@device.dyndns.org +COMMENT= Perl module allowing response construction for CGI applications + +PERL_CONFIGURE= yes + +MAN3= CGI::Response.3 + +.include <bsd.port.mk> |