14 lines
256 B
Makefile
14 lines
256 B
Makefile
COMMENT = shim to support either v1 or v2 APIs of JSON::XS
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = JSON-XS-VersionOneAndTwo-0.31
|
|
REVISION = 2
|
|
CATEGORIES = converters
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
RUN_DEPENDS = converters/p5-JSON-XS
|
|
|
|
.include <bsd.port.mk>
|