diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-23 07:28:11 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-23 07:28:11 +0000 |
commit | 9f86f5c17c1cbc72cd8d4615238673bd7d7b4077 (patch) | |
tree | 4200dd669d5d132d4847a24b49eeda8ec1a24a92 /textproc/p5-Pod-Xhtml | |
parent | b25f9696279877c952cf3ca1449a028bcd2cc571 (diff) | |
download | ports-9f86f5c17c1cbc72cd8d4615238673bd7d7b4077.tar.gz ports-9f86f5c17c1cbc72cd8d4615238673bd7d7b4077.zip |
Notes
Diffstat (limited to 'textproc/p5-Pod-Xhtml')
-rw-r--r-- | textproc/p5-Pod-Xhtml/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/p5-Pod-Xhtml/Makefile b/textproc/p5-Pod-Xhtml/Makefile index eb2146eace1f..5dbd1fc69ff5 100644 --- a/textproc/p5-Pod-Xhtml/Makefile +++ b/textproc/p5-Pod-Xhtml/Makefile @@ -7,6 +7,7 @@ PORTNAME= Pod-Xhtml PORTVERSION= 1.59 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,9 +15,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Generate well-formed XHTML documents from POD format documentation -RUN_DEPENDS= ${SITE_PERL}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-Pod-Parser -BUILD_DEPENDS= ${RUN_DEPENDS} - PERL_CONFIGURE= yes MAN1= pod2xhtml.1 |