diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2004-03-18 16:40:53 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2004-03-18 16:40:53 +0000 |
commit | eada7232c7bb0a9486153cbaba4ede3d03f3cdbe (patch) | |
tree | 8845f1ca58c3e856395ae32b6d33a9bfe0abdffa /devel/p5-Locale-Maketext-Lexicon | |
parent | 6ff0d4f0bb89ec85759bf1b5f5f20cf4352cda54 (diff) | |
download | ports-eada7232c7bb0a9486153cbaba4ede3d03f3cdbe.tar.gz ports-eada7232c7bb0a9486153cbaba4ede3d03f3cdbe.zip |
Notes
Diffstat (limited to 'devel/p5-Locale-Maketext-Lexicon')
-rw-r--r-- | devel/p5-Locale-Maketext-Lexicon/Makefile | 13 | ||||
-rw-r--r-- | devel/p5-Locale-Maketext-Lexicon/distinfo | 4 |
2 files changed, 12 insertions, 5 deletions
diff --git a/devel/p5-Locale-Maketext-Lexicon/Makefile b/devel/p5-Locale-Maketext-Lexicon/Makefile index ab7f963b4e16..21172b19613a 100644 --- a/devel/p5-Locale-Maketext-Lexicon/Makefile +++ b/devel/p5-Locale-Maketext-Lexicon/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Locale-Maketext-Lexicon -PORTVERSION= 0.35 +PORTVERSION= 0.36 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Locale @@ -16,7 +16,6 @@ MAINTAINER= mat@FreeBSD.org COMMENT= Use other catalog formats in Locale::Maketext BUILD_DEPENDS= ${SITE_PERL}/Regexp/Common.pm:${PORTSDIR}/textproc/p5-Regexp-Common \ - ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ ${SITE_PERL}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-PodParser \ ${SITE_PERL}/Locale/Maketext.pm:${PORTSDIR}/devel/p5-Locale-Maketext RUN_DEPENDS= ${BUILD_DEPENDS} @@ -32,4 +31,12 @@ MAN3= Locale::Maketext::Extract.3 \ MAN1= xgettext.pl.1 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +post-patch: + @${PERL} -pi -e '$$_ = "" if /no warnings/;' \ + ${WRKSRC}/lib/Locale/Maketext/Lexicon.pm +.endif + +.include <bsd.port.post.mk> diff --git a/devel/p5-Locale-Maketext-Lexicon/distinfo b/devel/p5-Locale-Maketext-Lexicon/distinfo index 1ae47a7a0d56..7698911cce88 100644 --- a/devel/p5-Locale-Maketext-Lexicon/distinfo +++ b/devel/p5-Locale-Maketext-Lexicon/distinfo @@ -1,2 +1,2 @@ -MD5 (Locale-Maketext-Lexicon-0.35.tar.gz) = f1f645847b7391df5991b22ee4694398 -SIZE (Locale-Maketext-Lexicon-0.35.tar.gz) = 31685 +MD5 (Locale-Maketext-Lexicon-0.36.tar.gz) = 88487388e3e24d5eb88b2ce253dbd0dc +SIZE (Locale-Maketext-Lexicon-0.36.tar.gz) = 32398 |