diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-07-14 11:31:20 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-07-14 11:31:20 +0000 |
| commit | 19c13b86b99fa92d5c1924eb10799e6cc8399688 (patch) | |
| tree | 810f58c33f460b906503c08b67d0f0e26707e86a /textproc/p5-HTML-Format/Makefile | |
| parent | c23d46621c3180b27a698f412841386a91204455 (diff) | |
Notes
Diffstat (limited to 'textproc/p5-HTML-Format/Makefile')
| -rw-r--r-- | textproc/p5-HTML-Format/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/p5-HTML-Format/Makefile b/textproc/p5-HTML-Format/Makefile index 5a245c68c52b..a637d87af1d5 100644 --- a/textproc/p5-HTML-Format/Makefile +++ b/textproc/p5-HTML-Format/Makefile @@ -6,7 +6,7 @@ # PORTNAME= HTML-Format -PORTVERSION= 2.07 +PORTVERSION= 2.08 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,9 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A module to format HTML to text or PS -BUILD_DEPENDS= ${SITE_PERL}/HTML/Element.pm:${PORTSDIR}/www/p5-HTML-Tree \ - ${SITE_PERL}/Font/AFM.pm:${PORTSDIR}/x11-fonts/p5-Font-AFM \ - ${SITE_PERL}/File/Slurp.pm:${PORTSDIR}/devel/p5-File-Slurp +BUILD_DEPENDS= p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \ + p5-Font-AFM>=0:${PORTSDIR}/x11-fonts/p5-Font-AFM \ + p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp RUN_DEPENDS= ${BUILD_DEPENDS} PERL_MODBUILD= yes |
