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

20 lines
391 B
Makefile
Raw Normal View History

2013-03-11 06:50:00 -04:00
# $OpenBSD: Makefile,v 1.13 2013/03/11 10:50:22 espie Exp $
COMMENT= test functions for exception based code
2006-11-29 03:23:29 -05:00
MODULES= cpan
DISTNAME= Test-Exception-0.31
REVISION= 0
2006-11-29 03:23:29 -05:00
CATEGORIES= devel
USE_GROFF= Yes
# Artistic
PERMIT_PACKAGE_CDROM= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
2010-11-15 14:45:56 -05:00
RUN_DEPENDS= devel/p5-Sub-Uplevel
2013-03-11 06:50:00 -04:00
TEST_DEPENDS= devel/p5-Pod-Coverage \
2010-11-15 14:45:56 -05:00
devel/p5-IO-String
.include <bsd.port.mk>