mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-14 12:31:18 +02:00
34 lines
1021 B
Makefile
34 lines
1021 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD: head/converters/p5-Cpanel-JSON-XS/Makefile 440050 2017-05-03 21:53:25Z sunpoet $
|
|
|
|
PORTNAME= Cpanel-JSON-XS
|
|
PORTVERSION= 4.06
|
|
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
|
|
|
|
#TEST_DEPENDS= p5-JSON>=0:converters/p5-JSON \
|
|
# p5-JSON-XS>=0:converters/p5-JSON-XS \
|
|
# p5-Mojolicious>=6.11:www/p5-Mojolicious \
|
|
# p5-Perl-MinimumVersion>=1.20:textproc/p5-Perl-MinimumVersion \
|
|
# p5-Test-CPAN-Meta>=0.12:devel/p5-Test-CPAN-Meta \
|
|
# p5-Test-LeakTrace>=0:devel/p5-Test-LeakTrace \
|
|
# p5-Test-Pod>=1:devel/p5-Test-Pod \
|
|
# p5-Test-Pod-Coverage>=1.04:devel/p5-Test-Pod-Coverage \
|
|
# p5-common-sense>=3.50:devel/p5-common-sense
|
|
|
|
PORTSCOUT= limit:^[0-9\.]*$$
|
|
|
|
USE_PERL5= configure
|
|
USES= perl5
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Cpanel/JSON/XS/XS.so
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|