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

24 lines
421 B
Makefile

# $OpenBSD: Makefile,v 1.9 2016/03/20 19:56:26 naddy Exp $
COMMENT= safe guarding for IPC::Run
MODULES= cpan
PKG_ARCH= *
DISTNAME = IPC-Run-SafeHandles-0.04
CATEGORIES= devel
REVISION = 0
# perl
PERMIT_PACKAGE_CDROM= Yes
CONFIGURE_STYLE = modinst
RUN_DEPENDS = devel/p5-List-MoreUtils
BUILD_DEPENDS += devel/p5-List-MoreUtils
TEST_DEPENDS= devel/p5-Test-Pod-Coverage \
devel/p5-Test-Pod
.include <bsd.port.mk>