aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-podlators
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-podlators')
-rw-r--r--textproc/p5-podlators/Makefile10
-rw-r--r--textproc/p5-podlators/distinfo2
-rw-r--r--textproc/p5-podlators/pkg-descr2
3 files changed, 7 insertions, 7 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>
diff --git a/textproc/p5-podlators/distinfo b/textproc/p5-podlators/distinfo
index 123b60db3faf..d230cff20c7b 100644
--- a/textproc/p5-podlators/distinfo
+++ b/textproc/p5-podlators/distinfo
@@ -1 +1 @@
-MD5 (podlators-1.25.tar.gz) = f73da8f90b889025baf8a8ded57665e2
+MD5 (podlators-1.27.tar.gz) = 796b865b498de42f93552777b53f57c0
diff --git a/textproc/p5-podlators/pkg-descr b/textproc/p5-podlators/pkg-descr
index 92ac5af8b1eb..a75072cc0faf 100644
--- a/textproc/p5-podlators/pkg-descr
+++ b/textproc/p5-podlators/pkg-descr
@@ -6,7 +6,7 @@ Set of modules:
* Pod::Text::Color - convert POD data to formatted color ASCII text
* Pod::Text::Overstrike - convert POD data to formatted overstrike text
-WWW: http://search.cpan.org/search?dist=podlators
+WWW: http://search.cpan.org/dist/podlators/
-- Sergey Skvortsov
skv@FreeBSD.org