- Update to 1.40

- Add LICENSE (Artistic 1 & GPL 1)
- Add TEST_DEPENDS

Changes:	http://search.cpan.org/dist/Test-WWW-Mechanize/Changes
This commit is contained in:
Frederic Culot 2012-04-16 08:29:40 +00:00
parent 5fa47c0503
commit f207fcf0b6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=294901
2 changed files with 17 additions and 4 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Test-WWW-Mechanize
PORTVERSION= 1.38
PORTVERSION= 1.40
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:PETDANCE
@ -15,6 +15,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Testing-specific WWW::Mechanize subclass
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Carp-Assert-More>=0:${PORTSDIR}/devel/p5-Carp-Assert-More \
p5-HTTP-Server-Simple>=0.42:${PORTSDIR}/www/p5-HTTP-Server-Simple \
p5-Test-LongString>=0.15:${PORTSDIR}/devel/p5-Test-LongString \
@ -27,4 +30,14 @@ PERL_CONFIGURE= yes
MAN3= Test::WWW::Mechanize.3
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501000
TEST_DEPENDS+= p5-Test-Builder-Tester>=1.09:${PORTSDIR}/devel/p5-Test-Builder-Tester
.endif
.if ${PERL_LEVEL} < 501400
TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>

View File

@ -1,2 +1,2 @@
SHA256 (Test-WWW-Mechanize-1.38.tar.gz) = 311ed0d786c7208b5f205ef9fefb3a55f479fe373147b1093477735975a9d8e2
SIZE (Test-WWW-Mechanize-1.38.tar.gz) = 22624
SHA256 (Test-WWW-Mechanize-1.40.tar.gz) = 820a745d9e946a46492bb0fe99a662a32dd2351c57917d374f5b32f8eb78f4e4
SIZE (Test-WWW-Mechanize-1.40.tar.gz) = 24929