aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-RTF-Parser/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2004-07-28 09:19:58 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2004-07-28 09:19:58 +0000
commit37ff040199a4499eab00aa8c4fc8ba023a305d68 (patch)
tree8ace01738efb69ddde2482f5108c186e83515886 /textproc/p5-RTF-Parser/Makefile
parent84b6c5ae99e8ad9bc43cb01bd95489a53071319c (diff)
downloadports-37ff040199a4499eab00aa8c4fc8ba023a305d68.tar.gz
ports-37ff040199a4499eab00aa8c4fc8ba023a305d68.zip
Notes
Diffstat (limited to 'textproc/p5-RTF-Parser/Makefile')
-rw-r--r--textproc/p5-RTF-Parser/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/textproc/p5-RTF-Parser/Makefile b/textproc/p5-RTF-Parser/Makefile
index 41aff4152ca9..0edc5f8c8744 100644
--- a/textproc/p5-RTF-Parser/Makefile
+++ b/textproc/p5-RTF-Parser/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= RTF-Parser
-PORTVERSION= 1.07
+PORTVERSION= 1.09
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= RTF
@@ -15,6 +15,14 @@ PKGNAMEPREFIX= p5-
MAINTAINER= clsung@dragon2.net
COMMENT= Perl module for parsing RTF files
+BUILD_DEPENDS= ${SITE_PERL}/RTF/Tokenizer.pm:${PORTSDIR}/textproc/p5-RTF-Tokenizer
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
PERL_CONFIGURE= yes
+MAN3= RTF::HTML::Converter.3 \
+ RTF::Control.3 \
+ RTF::TEXT::Converter.3 \
+ RTF::Parser.3
+
.include <bsd.port.mk>