diff options
author | skv <skv@FreeBSD.org> | 2003-08-09 20:01:33 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2003-08-09 20:01:33 +0800 |
commit | dc90e510af6c0d47eec034d1a3635c97b6d3bec4 (patch) | |
tree | 86bfb4270e51253a772b551843e8a6980c974481 /textproc/p5-podlators | |
parent | e27cd9f7f3378b3ff2449615759e54e12bfd2b71 (diff) | |
download | freebsd-ports-gnome-dc90e510af6c0d47eec034d1a3635c97b6d3bec4.tar.gz freebsd-ports-gnome-dc90e510af6c0d47eec034d1a3635c97b6d3bec4.tar.zst freebsd-ports-gnome-dc90e510af6c0d47eec034d1a3635c97b6d3bec4.zip |
Updated to 1.27
PR: ports/55386
Submitted by: Mathieu Arnold <m@absolight.net>
Diffstat (limited to 'textproc/p5-podlators')
-rw-r--r-- | textproc/p5-podlators/Makefile | 10 | ||||
-rw-r--r-- | textproc/p5-podlators/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-podlators/pkg-descr | 2 |
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 |