diff options
author | Frederic Culot <culot@FreeBSD.org> | 2011-04-08 13:33:01 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2011-04-08 13:33:01 +0000 |
commit | d88f4044854dee4ce9e882ade47cc8565523f261 (patch) | |
tree | b349b2c1dd4714803cd085e74aca4a3e10d731c1 /textproc/p5-HTML-Format/Makefile | |
parent | 077aba1989be6635b07e5b9e692442df044984d5 (diff) | |
download | ports-d88f4044854dee4ce9e882ade47cc8565523f261.tar.gz ports-d88f4044854dee4ce9e882ade47cc8565523f261.zip |
Notes
Diffstat (limited to 'textproc/p5-HTML-Format/Makefile')
-rw-r--r-- | textproc/p5-HTML-Format/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/p5-HTML-Format/Makefile b/textproc/p5-HTML-Format/Makefile index b2d10ff69472..40dab149a60f 100644 --- a/textproc/p5-HTML-Format/Makefile +++ b/textproc/p5-HTML-Format/Makefile @@ -6,7 +6,7 @@ # PORTNAME= HTML-Format -PORTVERSION= 2.04 +PORTVERSION= 2.05 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,7 +15,8 @@ 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}/Font/AFM.pm:${PORTSDIR}/x11-fonts/p5-Font-AFM \ + ${SITE_PERL}/File/Slurp.pm:${PORTSDIR}/devel/p5-File-Slurp RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |