aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-HTML-Format/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2003-02-23 19:33:58 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2003-02-23 19:33:58 +0000
commit287966a765af8a82d512c7dea6354fc3e9f93379 (patch)
treebc122be710b205125f8ad90354677b73ad53cca7 /textproc/p5-HTML-Format/Makefile
parentf911d9e01b461966e5a8009d38d9e3b9c25c2d97 (diff)
downloadports-287966a765af8a82d512c7dea6354fc3e9f93379.tar.gz
ports-287966a765af8a82d512c7dea6354fc3e9f93379.zip
Notes
Diffstat (limited to 'textproc/p5-HTML-Format/Makefile')
-rw-r--r--textproc/p5-HTML-Format/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/p5-HTML-Format/Makefile b/textproc/p5-HTML-Format/Makefile
index 796805246668..995ef86884c2 100644
--- a/textproc/p5-HTML-Format/Makefile
+++ b/textproc/p5-HTML-Format/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= HTML-Format
-PORTVERSION= 1.23
+PORTVERSION= 2.03
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= HTML
@@ -14,11 +14,12 @@ PKGNAMEPREFIX= p5-
MAINTAINER= petef@FreeBSD.org
-RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/Element.pm:${PORTSDIR}/www/p5-HTML-Tree \
+BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/Element.pm:${PORTSDIR}/www/p5-HTML-Tree \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Font/AFM.pm:${PORTSDIR}/x11-fonts/p5-Font-AFM
+RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
-MAN3= HTML::Formatter.3 HTML::FormatPS.3 HTML::FormatText.3
+MAN3= HTML::Formatter.3 HTML::FormatPS.3 HTML::FormatRTF.3 HTML::FormatText.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>