diff options
Diffstat (limited to 'www/p5-CGI-Compress-Gzip/Makefile')
-rw-r--r-- | www/p5-CGI-Compress-Gzip/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/www/p5-CGI-Compress-Gzip/Makefile b/www/p5-CGI-Compress-Gzip/Makefile new file mode 100644 index 000000000000..fa7cfcf6613f --- /dev/null +++ b/www/p5-CGI-Compress-Gzip/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: www/p5-CGI-Compress-Gzip +# Date created: 11 September 2008 +# Whom: Anton Berezin <tobez@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= CGI-Compress-Gzip +PORTVERSION= 0.22 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CGI +PKGNAMEPREFIX= p5- +EXTRACT_SUFX= .tgz + +MAINTAINER= tobez@FreeBSD.org +COMMENT= CGI::Compress::Gzip - CGI with automatically compressed output + +BUILD_DEPENDS= p5-IO-Zlib>=1.01:${PORTSDIR}/archivers/p5-IO-Zlib +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_MODBUILD= yes + +MAN3= CGI::Compress::Gzip.3 \ + CGI::Compress::Gzip::FileHandle.3 + +.include <bsd.port.mk> |