openbsd-ports/www/p5-Plack-Test-ExternalServer/Makefile
sthen d1cf9027a9 import www/p5-Plack-Test-ExternalServer, ok landry, from Andreas Voegele's repo
Plack::Test::ExternalServer allows your to run your Plack::Test tests
against an external server instead of just against a local application
through either mocked HTTP or a locally spawned server.
2012-04-08 21:07:11 +00:00

21 lines
417 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2012/04/08 21:07:11 sthen Exp $
COMMENT = run HTTP tests on external live servers
MODULES = cpan
DISTNAME = Plack-Test-ExternalServer-0.01
CATEGORIES = www
# same as perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
RUN_DEPENDS = www/p5-libwww \
www/p5-Plack \
net/p5-Test-TCP \
www/p5-URI
.include <bsd.port.mk>