aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-podlators/Makefile
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2003-08-09 12:01:33 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2003-08-09 12:01:33 +0000
commit2a9ccd0d35c0f48dd714fedcffb5ed07d6e391e8 (patch)
tree0cdcd934a5345acf754a0fd12dd27ef82f7070b5 /textproc/p5-podlators/Makefile
parent718c877fa5989a1651b91fc2caab012360e556f6 (diff)
downloadports-2a9ccd0d35c0f48dd714fedcffb5ed07d6e391e8.tar.gz
ports-2a9ccd0d35c0f48dd714fedcffb5ed07d6e391e8.zip
Notes
Diffstat (limited to 'textproc/p5-podlators/Makefile')
-rw-r--r--textproc/p5-podlators/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/textproc/p5-podlators/Makefile b/textproc/p5-podlators/Makefile
index 334cf77f5ea3..e6b80d545934 100644
--- a/textproc/p5-podlators/Makefile
+++ b/textproc/p5-podlators/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= podlators
-PORTVERSION= 1.25
+PORTVERSION= 1.27
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Pod
@@ -19,17 +19,17 @@ RUN_DEPENDS= ${SITE_PERL}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-PodParser
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
-CONFIGURE_ARGS+= INSTALLDIRS=site
+CONFIGURE_ARGS= INSTALLDIRS=site
MAN1= pod2man.1 pod2text.1
MAN3= Pod::Man.3 Pod::ParseLink.3 Pod::Text.3 Pod::Text::Color.3 \
Pod::Text::Overstrike.3 Pod::Text::Termcap.3
-MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.pre.mk>
-.if ${PERL_LEVEL} < 500800
-BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
+.if ${PERL_LEVEL} < 500601
+RUN_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec \
+ ${SITE_PERL}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor
.endif
.include <bsd.port.post.mk>