Remove support for perl 5.8.

Nudged by:	az
This commit is contained in:
Anton Berezin 2012-12-18 11:56:05 +00:00
parent 2655609c12
commit 1aec43b46f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309167

View file

@ -1,13 +1,9 @@
# New ports collection makefile for: www/p5-CGI-Compress-Gzip # Created by: Anton Berezin <tobez@FreeBSD.org>
# Date created: 11 September 2008
# Whom: Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= CGI-Compress-Gzip PORTNAME= CGI-Compress-Gzip
PORTVERSION= 1.03 PORTVERSION= 1.03
PORTREVISION= 1 PORTREVISION= 2
CATEGORIES= www perl5 CATEGORIES= www perl5
MASTER_SITES= CPAN MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CGI MASTER_SITE_SUBDIR= CGI
@ -24,11 +20,4 @@ PERL_MODBUILD= yes
MAN3= CGI::Compress::Gzip.3 \ MAN3= CGI::Compress::Gzip.3 \
CGI::Compress::Gzip::FileHandle.3 CGI::Compress::Gzip::FileHandle.3
.include <bsd.port.pre.mk> .include <bsd.port.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>