Date: Fri, 30 Jun 2017 13:45:02 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444750 - head/www/p5-CGI-Compress-Gzip Message-ID: <201706301345.v5UDj2rB033571@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Jun 30 13:45:02 2017 New Revision: 444750 URL: https://svnweb.freebsd.org/changeset/ports/444750 Log: Remove Perl core modules - While I'm here: - Add LICENSE - Add NO_ARCH - Bump PORTREVISION for dependency change With hat: perl Modified: head/www/p5-CGI-Compress-Gzip/Makefile Modified: head/www/p5-CGI-Compress-Gzip/Makefile ============================================================================== --- head/www/p5-CGI-Compress-Gzip/Makefile Fri Jun 30 13:44:57 2017 (r444749) +++ head/www/p5-CGI-Compress-Gzip/Makefile Fri Jun 30 13:45:02 2017 (r444750) @@ -3,7 +3,7 @@ PORTNAME= CGI-Compress-Gzip PORTVERSION= 1.03 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,9 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= CGI::Compress::Gzip - CGI with automatically compressed output -BUILD_DEPENDS= p5-IO-Zlib>=1.01:archivers/p5-IO-Zlib -RUN_DEPENDS= p5-IO-Zlib>=1.01:archivers/p5-IO-Zlib +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +NO_ARCH= yes USES= perl5 USE_PERL5= modbuild
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706301345.v5UDj2rB033571>