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

27 lines
512 B
Makefile

# $OpenBSD: Makefile,v 1.24 2016/03/20 19:56:19 naddy Exp $
COMMENT = perl objected oriented Date Time
MODULES = cpan
DISTNAME = DateTime-1.07
EPOCH = 0
CATEGORIES = devel
REVISION = 2
MAINTAINER = Andrew Fresh <afresh1@openbsd.org>
# artistic_2
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += c perl
CONFIGURE_STYLE = modbuild
TEST_DEPENDS = devel/p5-Test-Fatal
RUN_DEPENDS = devel/p5-DateTime-Locale \
devel/p5-DateTime-TimeZone \
devel/p5-Params-Validate \
devel/p5-Try-Tiny
.include <bsd.port.mk>