1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/converters/p5-Cpanel-JSON-XS/Makefile

28 lines
635 B
Makefile

PORTNAME= Cpanel-JSON-XS
PORTVERSION= 4.32
CATEGORIES= converters perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:RURBAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= JSON::XS for Cpanel, fast and correct serialising
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
TEST_DEPENDS= p5-JSON>=0:converters/p5-JSON \
p5-JSON-XS>=0:converters/p5-JSON-XS \
p5-Mojolicious>=6.11:www/p5-Mojolicious \
p5-common-sense>=3.50:devel/p5-common-sense
USES= perl5
USE_PERL5= configure
PORTSCOUT= limit:^[0-9\.]*$$
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Cpanel/JSON/XS/XS.so
.include <bsd.port.mk>