diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-01-09 03:15:58 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-01-09 03:15:58 +0000 |
commit | 5b29aa5fbfff640508579e753806018792ea5efc (patch) | |
tree | ee2884eea970819e90d21b7563b100bd43fa3ab0 /textproc/p5-Text-Balanced | |
parent | 855a2f788c293e413cd06814282b2f1d712ecd9e (diff) |
Notes
Diffstat (limited to 'textproc/p5-Text-Balanced')
-rw-r--r-- | textproc/p5-Text-Balanced/Makefile | 12 | ||||
-rw-r--r-- | textproc/p5-Text-Balanced/distinfo | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/textproc/p5-Text-Balanced/Makefile b/textproc/p5-Text-Balanced/Makefile index c21c14a95b02..c886953d356d 100644 --- a/textproc/p5-Text-Balanced/Makefile +++ b/textproc/p5-Text-Balanced/Makefile @@ -6,26 +6,26 @@ # PORTNAME= Text-Balanced -PORTVERSION= 1.98 +PORTVERSION= 2.0.0 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Text PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= perl@FreeBSD.org COMMENT= Extract delimited text sequences from strings +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/version.pm:${PORTSDIR}/devel/p5-version + PERL_CONFIGURE= yes MAN3= Text::Balanced.3 .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500600 -BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple -post-patch: - ${REINPLACE_CMD} -e '/warnings/d' ${WRKSRC}/*.PL - ${REINPLACE_CMD} -e 's/||="<undef>"/.=""/' ${WRKSRC}/t/extqlk.t +.if ${PERL_LEVEL} < 500600 # from p5-version +IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again .endif .include <bsd.port.post.mk> diff --git a/textproc/p5-Text-Balanced/distinfo b/textproc/p5-Text-Balanced/distinfo index 2c21bd87e5cf..ef69df4a7ef6 100644 --- a/textproc/p5-Text-Balanced/distinfo +++ b/textproc/p5-Text-Balanced/distinfo @@ -1,3 +1,3 @@ -MD5 (Text-Balanced-1.98.tar.gz) = 355ffe75b29e2e497a49f04f65b6cffc -SHA256 (Text-Balanced-1.98.tar.gz) = 4bd621ccaf770633d2bce08bdd869c8a04d8ac70e7683bff0098d73256e46574 -SIZE (Text-Balanced-1.98.tar.gz) = 29040 +MD5 (Text-Balanced-v2.0.0.tar.gz) = dfb395067cd332056e9c893f9b854f58 +SHA256 (Text-Balanced-v2.0.0.tar.gz) = f2b09b236bf86bc516004a4d92d005d3cfa5aa1069c7cb1348c08bcd949f6156 +SIZE (Text-Balanced-v2.0.0.tar.gz) = 29466 |