naddy cfbb239b6a Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES.
Add WANTLIB+=perl and PKG_ARCH=* as appropriate.
2016-03-20 19:56:05 +00:00

20 lines
406 B
Makefile

# $OpenBSD: Makefile,v 1.16 2016/03/20 19:56:36 naddy Exp $
COMMENT = easily create test classes in an xUnit style
MODULES = cpan
PKG_ARCH = *
DISTNAME = Test-Class-0.50
CATEGORIES = devel
# perl
PERMIT_PACKAGE_CDROM = Yes
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>