svn commit: r444750 - head/www/p5-CGI-Compress-Gzip

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jun 30 13:45:03 UTC 2017


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 at 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
 


More information about the svn-ports-all mailing list