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

22 lines
387 B
Makefile

# $OpenBSD: Makefile,v 1.9 2016/03/20 19:56:40 naddy Exp $
COMMENT = module for rounded or exact english expression of durations
MODULES = cpan
PKG_ARCH = *
DISTNAME = Time-Duration-1.20
CATEGORIES = devel
EPOCH = 0
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
MAKE_ENV += TEST_POD=1
BUILD_DEPENDS += ${TEST_DEPENDS}
.include <bsd.port.mk>