7b045135da
WWW::Mechanize 1.70. Required by the recent www/p5-WWW-Mechanize update as well as the Catalyst update. More recent versions of Test::WWW::Mechanize depend on LWP 6.02, which hasn't hit OpenBSD's ports tree yet. From Andreas Voegele's repo.
28 lines
545 B
Makefile
28 lines
545 B
Makefile
# $OpenBSD: Makefile,v 1.12 2012/04/07 20:04:39 sthen Exp $
|
|
|
|
COMMENT= test suite using WWW::Mechanize
|
|
|
|
MODULES= cpan
|
|
|
|
DISTNAME= Test-WWW-Mechanize-1.30
|
|
CATEGORIES= www devel
|
|
USE_GROFF = Yes
|
|
|
|
# Artitistic License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= devel/p5-Carp-Assert-More \
|
|
devel/p5-Test-LongString \
|
|
www/p5-HTML-Lint \
|
|
www/p5-HTML-Tree \
|
|
www/p5-HTTP-Server-Simple \
|
|
www/p5-WWW-Mechanize \
|
|
www/p5-URI
|
|
|
|
MAKE_ENV= TEST_POD=Yes
|
|
|
|
.include <bsd.port.mk>
|