21 lines
410 B
Makefile
21 lines
410 B
Makefile
|
COMMENT = use Cpanel::JSON::XS or JSON::XS or JSON::PP
|
||
|
|
||
|
DISTNAME = JSON-MaybeXS-1.004005
|
||
|
FIX_EXTRACT_PERMISSIONS = Yes
|
||
|
|
||
|
CATEGORIES = converters
|
||
|
|
||
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
MODULES = cpan
|
||
|
RUN_DEPENDS = converters/p5-Cpanel-JSON-XS>=2.3310
|
||
|
TEST_DEPENDS = converters/p5-JSON-XS>=3.0 \
|
||
|
devel/p5-Test-Needs>=0.002006
|
||
|
|
||
|
PKG_ARCH = *
|
||
|
|
||
|
.include <bsd.port.mk>
|