diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2006-03-29 12:44:02 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2006-03-29 12:44:02 +0000 |
commit | 824add67140f8dabf85a7b9061018635248e376a (patch) | |
tree | 33b37f92b1e4e21aa65f21fb710fb80ef11bbcad /textproc/p5-podlators/Makefile | |
parent | a63b14f1556500aae30e6ef3fb1d5d712ba48d62 (diff) | |
download | ports-824add67140f8dabf85a7b9061018635248e376a.tar.gz ports-824add67140f8dabf85a7b9061018635248e376a.zip |
Notes
Diffstat (limited to 'textproc/p5-podlators/Makefile')
-rw-r--r-- | textproc/p5-podlators/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/p5-podlators/Makefile b/textproc/p5-podlators/Makefile index be44bba4b82c..3f187b7d9022 100644 --- a/textproc/p5-podlators/Makefile +++ b/textproc/p5-podlators/Makefile @@ -7,16 +7,17 @@ PORTNAME= podlators PORTVERSION= 2.0.4 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Pod PKGNAMEPREFIX= p5- -MAINTAINER= skv@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Modules to convert and parse POD (Plain Old Documentation) RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ - ${SITE_PERL}/Pod/Simple.pm:${PORTSDIR}/textproc/p5-Pod-Simple \ + p5-Pod-Simple>=3.04:${PORTSDIR}/textproc/p5-Pod-Simple \ ${SITE_PERL}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-Pod-Parser BUILD_DEPENDS= ${RUN_DEPENDS} |