diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-22 14:24:39 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-22 14:24:39 +0000 |
commit | 664f5c452647e9f742be5115f3cefaf8225a2199 (patch) | |
tree | ce3ded7e8dde78bf6c3330b8ed5414ad39d74345 /textproc/p5-podlators | |
parent | 7799bea937b4f41f4c39efe75e8b71cc22697be2 (diff) | |
download | ports-664f5c452647e9f742be5115f3cefaf8225a2199.tar.gz ports-664f5c452647e9f742be5115f3cefaf8225a2199.zip |
Notes
Diffstat (limited to 'textproc/p5-podlators')
-rw-r--r-- | textproc/p5-podlators/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/p5-podlators/Makefile b/textproc/p5-podlators/Makefile index 3f88392cab27..55a922d34d93 100644 --- a/textproc/p5-podlators/Makefile +++ b/textproc/p5-podlators/Makefile @@ -7,7 +7,7 @@ PORTNAME= podlators PORTVERSION= 2.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Pod @@ -16,8 +16,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Modules to convert and parse POD (Plain Old Documentation) -RUN_DEPENDS= p5-Pod-Simple>=3.04:${PORTSDIR}/textproc/p5-Pod-Simple \ - ${SITE_PERL}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-Pod-Parser +RUN_DEPENDS= p5-Pod-Simple>=3.04:${PORTSDIR}/textproc/p5-Pod-Simple BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes |