Updated to 1.27

PR:		ports/55386
Submitted by:	Mathieu Arnold <m@absolight.net>
This commit is contained in:
Sergey Skvortsov 2003-08-09 12:01:33 +00:00
parent 718c877fa5
commit 2a9ccd0d35
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86632
3 changed files with 7 additions and 7 deletions

View file

@ -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>

View file

@ -1 +1 @@
MD5 (podlators-1.25.tar.gz) = f73da8f90b889025baf8a8ded57665e2
MD5 (podlators-1.27.tar.gz) = 796b865b498de42f93552777b53f57c0

View file

@ -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