Update to 1.97. Require perl from ports. Assign maintainer to perl@.

This commit is contained in:
Anton Berezin 2006-05-02 11:24:26 +00:00
parent 4026ca7b77
commit af6add212a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161183
2 changed files with 12 additions and 6 deletions

View file

@ -6,17 +6,23 @@
#
PORTNAME= Text-Balanced
PORTVERSION= 1.95
PORTVERSION= 1.97
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Text
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
MAINTAINER= perl@FreeBSD.org
COMMENT= Text::Balanced - extract delimited text sequences from strings
PERL_CONFIGURE= yes
MAN3= Text::Balanced.3
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>

View file

@ -1,3 +1,3 @@
MD5 (Text-Balanced-1.95.tar.gz) = 1372379bb5cf036d8e8364ce9bfca27d
SHA256 (Text-Balanced-1.95.tar.gz) = 2f842b4d8edf20b77022f90031b2a94b2651f4fb62ee13ef1e2a7d12846d571c
SIZE (Text-Balanced-1.95.tar.gz) = 28133
MD5 (Text-Balanced-1.97.tar.gz) = b2a2d81baaa1cd5e122d9af9fa413360
SHA256 (Text-Balanced-1.97.tar.gz) = 6926d8e74b2f8725b1e896887fe362973ecc5b42fd14d862e6fb5628dffcdf6b
SIZE (Text-Balanced-1.97.tar.gz) = 24476