bluhm 3e9e278f6d update p5-WWW-Mechanize to 1.83
add workaround to make test pass with our old Test::More in base Perl
2016-10-25 22:39:25 +00:00

45 lines
981 B
Makefile

# $OpenBSD: Makefile,v 1.18 2016/10/25 22:39:25 bluhm Exp $
COMMENT = handy web browsing in a Perl object
DISTNAME = WWW-Mechanize-1.83
CATEGORIES = www
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# Perl_5
PERMIT_PACKAGE_CDROM = Yes
MODULES = cpan
PKG_ARCH = *
RUN_DEPENDS = www/p5-HTML-Form>=1.00 \
www/p5-HTML-Parser \
www/p5-HTML-Tree \
www/p5-LWP-Protocol-https>=6 \
www/p5-URI \
www/p5-libwww>=5.827 \
www/p5-HTTP-Cookies \
www/p5-HTTP-Message>=1.30
TEST_DEPENDS = devel/p5-Test-Deep \
devel/p5-Test-Exception \
devel/p5-Test-Fatal \
devel/p5-Test-Memory-Cycle \
devel/p5-Test-NoWarnings \
devel/p5-Test-Output \
devel/p5-Test-RequiresInternet \
devel/p5-Test-Taint \
devel/p5-Test-Warn \
devel/p5-Test-Warnings \
www/p5-CGI>=4.08 \
www/p5-HTTP-Daemon \
www/p5-HTTP-Message \
www/p5-HTTP-Server-Simple
# Include Live Tests
.ifdef LIVE_TEST
CONFIGURE_ARGS += --live
.endif
.include <bsd.port.mk>