freebsd-ports/devel/p5-Test-WWW-Declare/Makefile
Wen Heping e1e29a2437 - Add TEST_DEPENDS
PR:		ports/164967
Submitted by:	swills@
2012-02-13 01:26:14 +00:00

25 lines
594 B
Makefile

# New ports collection makefile for: devel/p5-Test-WWW-Declare
# Date created: 12 June, 2009
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= Test-WWW-Declare
PORTVERSION= 0.02
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= wenheping@gmail.com
COMMENT= Declarative testing for your web app
BUILD_DEPENDS= p5-Test-WWW-Mechanize>=0:${PORTSDIR}/devel/p5-Test-WWW-Mechanize
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Tester>=0:${PORTSDIR}/devel/p5-Test-Tester
PERL_CONFIGURE= yes
MAN3= Test::WWW::Declare.3
.include <bsd.port.mk>