diff options
author | tobez <tobez@FreeBSD.org> | 2012-12-18 20:07:46 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2012-12-18 20:07:46 +0800 |
commit | d2ce8513494209e18e20e70791be0f8746306bf6 (patch) | |
tree | 3717a11ffa83243635060359a8bfa8829844417a /print | |
parent | 063d75365954e9e1aa32c3d038b1f817ca4af5a6 (diff) | |
download | freebsd-ports-gnome-d2ce8513494209e18e20e70791be0f8746306bf6.tar.gz freebsd-ports-gnome-d2ce8513494209e18e20e70791be0f8746306bf6.tar.zst freebsd-ports-gnome-d2ce8513494209e18e20e70791be0f8746306bf6.zip |
Remove support for perl 5.8.
Nudged by: az
Diffstat (limited to 'print')
-rw-r--r-- | print/p5-Text-PDF/Makefile | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/print/p5-Text-PDF/Makefile b/print/p5-Text-PDF/Makefile index 57cc0c512910..346402da6a18 100644 --- a/print/p5-Text-PDF/Makefile +++ b/print/p5-Text-PDF/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: print/p5-Text-PDF -# Date created: 30 December 2000 -# Whom: Anton Berezin <tobez@tobez.org> -# +# Created by: Anton Berezin <tobez@tobez.org> # $FreeBSD$ -# PORTNAME= Text-PDF PORTVERSION= 0.29a -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -26,13 +22,6 @@ MAN3= Text::PDF::Pages.3 Text::PDF::Page.3 Text::PDF::Name.3 \ Text::PDF::Utils.3 Text::PDF::TTFont.3 Text::PDF::Number.3 \ Text::PDF::Null.3 Text::PDF.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 - post-patch: @${RM} -f ${WRKSRC}/pm_to_blib @@ -40,4 +29,4 @@ post-install: @${MKDIR} ${SITE_PERL}/Text/PDF/examples @${INSTALL_DATA} ${WRKSRC}/examples/* ${SITE_PERL}/Text/PDF/examples -.include <bsd.port.post.mk> +.include <bsd.port.mk> |