freebsd-ports/devel/p5-Test-WWW-Mechanize/Makefile
Frederic Culot f207fcf0b6 - Update to 1.40
- Add LICENSE (Artistic 1 & GPL 1)
- Add TEST_DEPENDS

Changes:	http://search.cpan.org/dist/Test-WWW-Mechanize/Changes
2012-04-16 08:29:40 +00:00

43 lines
1.1 KiB
Makefile

# New ports collection makefile for: p5-WWW-Mechanize
# Date created: 2005-02-13
# Whom: aturetta@commit.it
#
# $FreeBSD$
#
PORTNAME= Test-WWW-Mechanize
PORTVERSION= 1.40
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:PETDANCE
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 \
p5-URI>=0:${PORTSDIR}/net/p5-URI \
p5-WWW-Mechanize>=1.68:${PORTSDIR}/www/p5-WWW-Mechanize \
p5-libwww>=6.02:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Test::WWW::Mechanize.3
.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>