aboutsummaryrefslogblamecommitdiff
path: root/devel/p5-Test-WWW-Mechanize-CGI/Makefile
blob: 1a16a71ec2aa2b3129748ee31f519d085d2700ae (plain) (tree)
























                                                                                
# 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>