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

18 lines
339 B
Makefile

# $OpenBSD: Makefile,v 1.17 2016/03/20 19:56:30 naddy Exp $
COMMENT= create and manipulate PAR distributions
MODULES= cpan
PKG_ARCH= *
DISTNAME = PAR-Dist-0.49
CATEGORIES= devel archivers
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
# perl
PERMIT_PACKAGE_CDROM= Yes
MAKE_ENV= PERL_TEST_POD=Yes TEST_POD=Yes
.include <bsd.port.mk>