- Update to 3.01
- Add LICENSE - Support STAGEDIR - Remove PORTSCOUT Changes: http://search.cpan.org/dist/JSON-XS/Changes
This commit is contained in:
parent
568ac55bc8
commit
9db02370c3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332538
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= JSON-XS
|
||||
PORTVERSION= 2.34
|
||||
PORTVERSION= 3.01
|
||||
CATEGORIES= converters perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -10,12 +10,14 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= JSON serialising/deserialising, done correctly and fast
|
||||
|
||||
BUILD_DEPENDS= p5-common-sense>0:${PORTSDIR}/devel/p5-common-sense
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Types-Serialiser>=0:${PORTSDIR}/devel/p5-Types-Serialiser \
|
||||
p5-common-sense>0:${PORTSDIR}/devel/p5-common-sense
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
PORTSCOUT= skipv:2.232
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (JSON-XS-2.34.tar.gz) = a62fdf2777b9ae206aef382dbb62c9a126ce2ceef0229edacee3f6a9c78900ea
|
||||
SIZE (JSON-XS-2.34.tar.gz) = 75468
|
||||
SHA256 (JSON-XS-3.01.tar.gz) = 4e8df3256a5aa9ed304ce1bbcd9140737deef31ba847bff9f4c15480c88c71ab
|
||||
SIZE (JSON-XS-3.01.tar.gz) = 78245
|
||||
|
@ -1,11 +1,11 @@
|
||||
bin/json_xs
|
||||
%%PERL5_MAN3%%/JSON::XS.3.gz
|
||||
%%PERL5_MAN3%%/JSON::XS::Boolean.3.gz
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/JSON/XS.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/JSON/XS/Boolean.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON/XS/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON/XS/XS.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON/XS/XS.so
|
||||
%%PERL5_MAN3%%/JSON::XS.3.gz
|
||||
%%PERL5_MAN3%%/JSON::XS::Boolean.3.gz
|
||||
man/man1/json_xs.1.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON/XS
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON
|
||||
|
Loading…
Reference in New Issue
Block a user