diff options
Diffstat (limited to 'www/p5-CGI/Makefile')
-rw-r--r-- | www/p5-CGI/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/www/p5-CGI/Makefile b/www/p5-CGI/Makefile new file mode 100644 index 0000000..79309be --- /dev/null +++ b/www/p5-CGI/Makefile @@ -0,0 +1,30 @@ +# Created by: Adam Weinberger <adamw@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= CGI +PORTVERSION= 4.13 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:LEEJO +PKGNAMEPREFIX= p5- + +MAINTAINER= adamw@FreeBSD.org +COMMENT= Handle Common Gateway Interface requests and responses + +LICENSE= ART20 GPLv1 +LICENSE_COMB= dual + +CONFLICTS= p5-CGI.pm-[1-3]* + +USES= perl5 +USE_PERL5= configure + +PORTEXAMPLES= * + +OPTIONS_DEFINE= EXAMPLES + +post-install: + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + (cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) + +.include <bsd.port.mk> |