svn commit: r309167 - head/www/p5-CGI-Compress-Gzip
Anton Berezin
tobez at FreeBSD.org
Tue Dec 18 11:56:06 UTC 2012
Author: tobez
Date: Tue Dec 18 11:56:05 2012
New Revision: 309167
URL: http://svnweb.freebsd.org/changeset/ports/309167
Log:
Remove support for perl 5.8.
Nudged by: az
Modified:
head/www/p5-CGI-Compress-Gzip/Makefile
Modified: head/www/p5-CGI-Compress-Gzip/Makefile
==============================================================================
--- head/www/p5-CGI-Compress-Gzip/Makefile Tue Dec 18 11:54:29 2012 (r309166)
+++ head/www/p5-CGI-Compress-Gzip/Makefile Tue Dec 18 11:56:05 2012 (r309167)
@@ -1,13 +1,9 @@
-# New ports collection makefile for: www/p5-CGI-Compress-Gzip
-# Date created: 11 September 2008
-# Whom: Anton Berezin <tobez at FreeBSD.org>
-#
+# Created by: Anton Berezin <tobez at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= CGI-Compress-Gzip
PORTVERSION= 1.03
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CGI
@@ -24,11 +20,4 @@ PERL_MODBUILD= yes
MAN3= CGI::Compress::Gzip.3 \
CGI::Compress::Gzip::FileHandle.3
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500903
-RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
-BUILD_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
More information about the svn-ports-all
mailing list