mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Add p5-JSON-XS-VersionOneAndTwo 0.31, support versions 1 and 2 of
JSON::XS.
This commit is contained in:
parent
0ab8710044
commit
a9e58000b3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=223133
5 changed files with 39 additions and 0 deletions
|
@ -59,6 +59,7 @@
|
||||||
SUBDIR += p5-Encode-JIS2K
|
SUBDIR += p5-Encode-JIS2K
|
||||||
SUBDIR += p5-Encode-compat
|
SUBDIR += p5-Encode-compat
|
||||||
SUBDIR += p5-JSON
|
SUBDIR += p5-JSON
|
||||||
|
SUBDIR += p5-JSON-XS-VersionOneAndTwo
|
||||||
SUBDIR += p5-JSON1
|
SUBDIR += p5-JSON1
|
||||||
SUBDIR += p5-JSON-Any
|
SUBDIR += p5-JSON-Any
|
||||||
SUBDIR += p5-JSON-DWIW
|
SUBDIR += p5-JSON-DWIW
|
||||||
|
|
25
converters/p5-JSON-XS-VersionOneAndTwo/Makefile
Normal file
25
converters/p5-JSON-XS-VersionOneAndTwo/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# New ports collection makefile for: p5-JSON-XS-VersionOneAndTwo
|
||||||
|
# Date created: 21 Nov 2008
|
||||||
|
# Whom: Denis Pokataev <catone@cpan.org>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= JSON-XS-VersionOneAndTwo
|
||||||
|
PORTVERSION= 0.31
|
||||||
|
CATEGORIES= converters perl5
|
||||||
|
MASTER_SITES= CPAN
|
||||||
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
|
MAINTAINER= catone@cpan.org
|
||||||
|
COMMENT= Support versions 1 and 2 of JSON::XS
|
||||||
|
|
||||||
|
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/JSON/XS.pm:${PORTSDIR}/converters/p5-JSON-XS
|
||||||
|
BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
|
||||||
|
${RUN_DEPENDS}
|
||||||
|
|
||||||
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
|
MAN3= JSON::XS::VersionOneAndTwo.3
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
converters/p5-JSON-XS-VersionOneAndTwo/distinfo
Normal file
3
converters/p5-JSON-XS-VersionOneAndTwo/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
MD5 (JSON-XS-VersionOneAndTwo-0.31.tar.gz) = 98adc44db12b2d50af1d7e4734244dce
|
||||||
|
SHA256 (JSON-XS-VersionOneAndTwo-0.31.tar.gz) = e6092c4d961fae777acf7fe99fb3cd6e5b710fec85765a6b90417480e4c94a34
|
||||||
|
SIZE (JSON-XS-VersionOneAndTwo-0.31.tar.gz) = 2149
|
3
converters/p5-JSON-XS-VersionOneAndTwo/pkg-descr
Normal file
3
converters/p5-JSON-XS-VersionOneAndTwo/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Support versions 1 and 2 of JSON::XS
|
||||||
|
|
||||||
|
WWW: http://search.cpan.org/dist/JSON-XS-VersionOneAndTwo/
|
7
converters/p5-JSON-XS-VersionOneAndTwo/pkg-plist
Normal file
7
converters/p5-JSON-XS-VersionOneAndTwo/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON/XS/VersionOneAndTwo/.packlist
|
||||||
|
%%SITE_PERL%%/JSON/XS/VersionOneAndTwo.pm
|
||||||
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON/XS/VersionOneAndTwo
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON/XS
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON
|
||||||
|
@dirrmtry %%SITE_PERL%%/JSON/XS
|
||||||
|
@dirrmtry %%SITE_PERL%%/JSON
|
Loading…
Add table
Reference in a new issue