Original diff from Olivier Cherrier <oc () symacx ! com> (thanks!) tweaks and OK afresh1@, "read OK but untested" sthen@ Clone::Choose checks several different modules which provide a clone() function and selects an appropriate one.
19 lines
339 B
Makefile
19 lines
339 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2019/02/07 18:16:16 cwen Exp $
|
|
|
|
COMMENT = choose appropriate clone utility
|
|
|
|
DISTNAME = Clone-Choose-0.010
|
|
CATEGORIES = devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
TEST_DEPENDS = devel/p5-Test-Without-Module \
|
|
devel/p5-Clone-PP \
|
|
devel/p5-Clone
|
|
|
|
.include <bsd.port.mk>
|