aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2012-12-18 12:07:46 +0000
committerAnton Berezin <tobez@FreeBSD.org>2012-12-18 12:07:46 +0000
commit299617568758ef8e7b80604e44763d755b472fc3 (patch)
tree3717a11ffa83243635060359a8bfa8829844417a /print
parent8d2a575ecc292570a340707590eb8df856d7452c (diff)
downloadports-299617568758ef8e7b80604e44763d755b472fc3.tar.gz
ports-299617568758ef8e7b80604e44763d755b472fc3.zip
Notes
Diffstat (limited to 'print')
-rw-r--r--print/p5-Text-PDF/Makefile17
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>