openbsd-ports/devel/p5-Test-Base/Makefile

19 lines
296 B
Makefile
Raw Normal View History

2013-03-11 06:50:00 -04:00
# $OpenBSD: Makefile,v 1.9 2013/03/11 10:50:22 espie Exp $
2006-11-13 10:19:32 -05:00
COMMENT= data driven test framework
2006-11-13 10:19:32 -05:00
MODULES= cpan
2011-10-01 04:37:32 -04:00
DISTNAME= Test-Base-0.60
2006-11-13 10:19:32 -05:00
CATEGORIES= devel
# perl
PERMIT_PACKAGE_CDROM= Yes
2010-11-15 14:45:56 -05:00
RUN_DEPENDS= devel/p5-Spiffy
2006-11-13 10:19:32 -05:00
2013-03-11 06:50:00 -04:00
TEST_DEPENDS=devel/p5-Test-Deep \
2010-11-15 14:45:56 -05:00
devel/p5-YAML
2010-06-29 00:47:59 -04:00
2006-11-13 10:19:32 -05:00
.include <bsd.port.mk>