- Add TEST_DEPENDS - Bump PORTREVISION PR: ports/166699 Approved by: maintainer timeout (lth, >2 weeks)
28 lines
596 B
Makefile
28 lines
596 B
Makefile
# New ports collection makefile for: devel/p5-mocked
|
|
# Date created: 21 June 2007
|
|
# Whom: Lars Thegler <lth@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mocked
|
|
PORTVERSION= 0.09
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:LUKEC
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= lth@FreeBSD.org
|
|
COMMENT= mocked - use mocked libraries in unit tests
|
|
|
|
BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
TEST_DEPENDS= p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= mocked.3 \
|
|
unmocked.3
|
|
|
|
.include <bsd.port.mk>
|