diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-10-18 17:10:17 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-10-18 17:10:17 +0000 |
commit | fb27c5e89dbf5e406fe77c0fefe1847af8a65454 (patch) | |
tree | 127c90c6834fb97f2cbd11eed7280693c0ec8340 /textproc/p5-PDF-Table/Makefile | |
parent | f8f2a527742b20dc8670b43a0acd9de1cf896c68 (diff) |
Notes
Diffstat (limited to 'textproc/p5-PDF-Table/Makefile')
-rw-r--r-- | textproc/p5-PDF-Table/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-PDF-Table/Makefile b/textproc/p5-PDF-Table/Makefile index 18625c99be52..837c98f09df4 100644 --- a/textproc/p5-PDF-Table/Makefile +++ b/textproc/p5-PDF-Table/Makefile @@ -6,7 +6,7 @@ # PORTNAME= PDF-Table -PORTVERSION= 0.9.3 +PORTVERSION= 0.9.4 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= scheidell@secnap.net COMMENT= A utility class for building table layouts in a PDF::API2 object -BUILD_DEPENDS= ${SITE_PERL}/PDF/API2/Content/Text.pm:${PORTSDIR}/textproc/p5-PDF-API2 -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= p5-PDF-API2>=0:${PORTSDIR}/textproc/p5-PDF-API2 +RUN_DEPENDS= p5-PDF-API2>=0:${PORTSDIR}/textproc/p5-PDF-API2 PERL_CONFIGURE= yes |