diff options
author | tobez <tobez@FreeBSD.org> | 2006-03-29 20:44:02 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2006-03-29 20:44:02 +0800 |
commit | 7c3d8a6058576411233f4e2f9d4df707ea1e834c (patch) | |
tree | 128338d995261829e1af32d28873406d0c1e7232 /textproc/p5-podlators | |
parent | 0913b86d80c26119220747fa2b7811407d61f37c (diff) | |
download | freebsd-ports-gnome-7c3d8a6058576411233f4e2f9d4df707ea1e834c.tar.gz freebsd-ports-gnome-7c3d8a6058576411233f4e2f9d4df707ea1e834c.tar.zst freebsd-ports-gnome-7c3d8a6058576411233f4e2f9d4df707ea1e834c.zip |
Require p5-Pod-Simple>=3.04. Assign maintainer to perl@. Bump
portrevision.
Approved by: skv (previous maintainer)
Diffstat (limited to 'textproc/p5-podlators')
-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} |