diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-16 14:45:49 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-16 14:45:49 +0000 |
commit | cbffb3af9d95e810e5b983bdb8af5870385468d0 (patch) | |
tree | bd420c0f805cb9e019640a5f2f7fce593a7d1093 /textproc/p5-Pod-XML/Makefile | |
parent | e15a13a912240df930067dc8ad6dae1c0d280fb9 (diff) | |
download | ports-cbffb3af9d95e810e5b983bdb8af5870385468d0.tar.gz ports-cbffb3af9d95e810e5b983bdb8af5870385468d0.zip |
Notes
Diffstat (limited to 'textproc/p5-Pod-XML/Makefile')
-rw-r--r-- | textproc/p5-Pod-XML/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-Pod-XML/Makefile b/textproc/p5-Pod-XML/Makefile index 896128f0e372..19ccb3eeb44f 100644 --- a/textproc/p5-Pod-XML/Makefile +++ b/textproc/p5-Pod-XML/Makefile @@ -7,6 +7,7 @@ PORTNAME= Pod-XML PORTVERSION= 0.99 +PORTREVISION= 1 CATEGORIES= textproc devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,8 +16,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Module to convert POD to XML BUILD_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \ - p5-Test-File-Contents>=0:${PORTSDIR}/devel/p5-Test-File-Contents \ - p5-Pod-Parser>=0:${PORTSDIR}/textproc/p5-Pod-Parser + p5-Test-File-Contents>=0:${PORTSDIR}/devel/p5-Test-File-Contents RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |