freebsd-ports/devel/p5-Test-WWW-Mechanize-CGI/Makefile
Andrej Zverev 5aa33ab5cf - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-29 10:57:06 +00:00

20 lines
492 B
Makefile

# Created by: Lars Thegler <lth@FreeBSD.org>
# $FreeBSD$
PORTNAME= Test-WWW-Mechanize-CGI
PORTVERSION= 0.1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= Test CGI applications with Test::WWW::Mechanize
RUN_DEPENDS= p5-WWW-Mechanize-CGI>=0.2:${PORTSDIR}/www/p5-WWW-Mechanize-CGI \
p5-Test-WWW-Mechanize>=0:${PORTSDIR}/devel/p5-Test-WWW-Mechanize
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>