diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2005-06-11 16:13:12 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2005-06-11 16:13:12 +0000 |
commit | 54a1630d6e44ec2ef8cb3c4a00d6f4e0503f3b4f (patch) | |
tree | 75f8d629d0ebf0e58a1b981a5cffc533b15375cf /textproc/p5-podlators | |
parent | 60cdc5877ab9a2546477d5d754adaa936030b51e (diff) | |
download | ports-54a1630d6e44ec2ef8cb3c4a00d6f4e0503f3b4f.tar.gz ports-54a1630d6e44ec2ef8cb3c4a00d6f4e0503f3b4f.zip |
Notes
Diffstat (limited to 'textproc/p5-podlators')
-rw-r--r-- | textproc/p5-podlators/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/textproc/p5-podlators/Makefile b/textproc/p5-podlators/Makefile index a3f318f7cfa5..87a8b6763eb1 100644 --- a/textproc/p5-podlators/Makefile +++ b/textproc/p5-podlators/Makefile @@ -7,7 +7,7 @@ PORTNAME= podlators PORTVERSION= 1.27 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Pod @@ -16,12 +16,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org COMMENT= Modules to convert and parse POD (Plain Old Documentation) -RUN_DEPENDS= ${SITE_PERL}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-PodParser \ - ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ + ${SITE_PERL}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-Pod-Parser BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes -CONFIGURE_ARGS= INSTALLDIRS=site MAN1= pod2man.1 pod2text.1 MAN3= Pod::Man.3 Pod::ParseLink.3 Pod::Text.3 Pod::Text::Color.3 \ |