22 lines
441 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.19 2020/07/03 21:45:12 sthen Exp $
2015-06-11 11:46:51 +00:00
COMMENT = easily create test classes in an xUnit style
2015-06-11 11:46:51 +00:00
MODULES = cpan
PKG_ARCH = *
2015-06-11 11:46:51 +00:00
DISTNAME = Test-Class-0.50
CATEGORIES = devel
2017-12-05 16:25:45 +00:00
FIX_EXTRACT_PERMISSIONS=Yes
REVISION = 0
2006-11-29 08:23:29 +00:00
# perl
PERMIT_PACKAGE = Yes
2015-06-11 11:46:51 +00:00
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = devel/p5-Test-Exception \
devel/p5-MRO-Compat \
devel/p5-Module-Runtime \
devel/p5-Try-Tiny
.include <bsd.port.mk>