diff options
Diffstat (limited to 'devel/p5-Test-WWW-Mechanize-CGI/Makefile')
-rw-r--r-- | devel/p5-Test-WWW-Mechanize-CGI/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/devel/p5-Test-WWW-Mechanize-CGI/Makefile b/devel/p5-Test-WWW-Mechanize-CGI/Makefile new file mode 100644 index 000000000000..1a16a71ec2aa --- /dev/null +++ b/devel/p5-Test-WWW-Mechanize-CGI/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: devel/p5-Test-WWW-Mechanize-CGI +# Date created: 25 November 2008 +# Whom: 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} + +PERL_CONFIGURE= yes + +MAN3= Test::WWW::Mechanize::CGI.3 + +.include <bsd.port.mk> |