aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-podlators
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2006-03-29 12:44:02 +0000
committerAnton Berezin <tobez@FreeBSD.org>2006-03-29 12:44:02 +0000
commit824add67140f8dabf85a7b9061018635248e376a (patch)
tree33b37f92b1e4e21aa65f21fb710fb80ef11bbcad /textproc/p5-podlators
parenta63b14f1556500aae30e6ef3fb1d5d712ba48d62 (diff)
downloadports-824add67140f8dabf85a7b9061018635248e376a.tar.gz
ports-824add67140f8dabf85a7b9061018635248e376a.zip
Notes
Diffstat (limited to 'textproc/p5-podlators')
-rw-r--r--textproc/p5-podlators/Makefile5
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}