23 lines
465 B
Makefile
23 lines
465 B
Makefile
|
COMMENT= install shared files, to use with File::ShareDir
|
||
|
|
||
|
MODULES= cpan
|
||
|
|
||
|
PKG_ARCH= *
|
||
|
|
||
|
DISTNAME = File-ShareDir-Install-0.14
|
||
|
|
||
|
CATEGORIES= devel
|
||
|
|
||
|
FIX_EXTRACT_PERMISSIONS= Yes
|
||
|
|
||
|
# perl
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
# Tests fails run when run with -j>1 (MAKE_JOBS>1) see
|
||
|
# https://rt.cpan.org/Public/Bug/Display.html?id=111296
|
||
|
# Upstream has fixed the issue, but MAKE_JOBS takes
|
||
|
# precedence even over the HARNESS_OPTIONS env variable.
|
||
|
TEST_FLAGS+= -j1
|
||
|
|
||
|
.include <bsd.port.mk>
|