diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-03-04 13:48:18 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-03-04 13:48:18 +0800 |
commit | 6020d924598de6e6bb650c4c6f028093ff6a1adf (patch) | |
tree | f441ed9ebc25090c9a775959241dc1a3061d8628 /converters | |
parent | 29a1cbb1e67db71b401106943ecf4f6047de2db6 (diff) | |
download | freebsd-ports-gnome-6020d924598de6e6bb650c4c6f028093ff6a1adf.tar.gz freebsd-ports-gnome-6020d924598de6e6bb650c4c6f028093ff6a1adf.tar.zst freebsd-ports-gnome-6020d924598de6e6bb650c4c6f028093ff6a1adf.zip |
- Add p5-JSON-PP 2.27104
JSON::PP is a JSON::XS compatible pure-Perl module.
WWW: http://search.cpan.org/dist/JSON-PP/
Diffstat (limited to 'converters')
-rw-r--r-- | converters/Makefile | 1 | ||||
-rw-r--r-- | converters/p5-JSON-PP/Makefile | 24 | ||||
-rw-r--r-- | converters/p5-JSON-PP/distinfo | 2 | ||||
-rw-r--r-- | converters/p5-JSON-PP/pkg-descr | 3 | ||||
-rw-r--r-- | converters/p5-JSON-PP/pkg-plist | 8 |
5 files changed, 38 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile index 0ef16236125a..f4bb7045a1f2 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -77,6 +77,7 @@ SUBDIR += p5-JSON SUBDIR += p5-JSON-Any SUBDIR += p5-JSON-DWIW + SUBDIR += p5-JSON-PP SUBDIR += p5-JSON-XS SUBDIR += p5-JSON-XS-VersionOneAndTwo SUBDIR += p5-JSON1 diff --git a/converters/p5-JSON-PP/Makefile b/converters/p5-JSON-PP/Makefile new file mode 100644 index 000000000000..82feb571fdd4 --- /dev/null +++ b/converters/p5-JSON-PP/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: p5-JSON-PP +# Date created: 2011-03-04 +# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= JSON-PP +PORTVERSION= 2.27104 +CATEGORIES= converters perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:MAKAMAKA +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= A JSON::XS compatible pure-Perl module + +PERL_CONFIGURE= yes + +MAN1= json_pp.1 +MAN3= JSON::PP.3 \ + JSON::PP::Boolean.3 + +.include <bsd.port.mk> diff --git a/converters/p5-JSON-PP/distinfo b/converters/p5-JSON-PP/distinfo new file mode 100644 index 000000000000..506b7273d5e0 --- /dev/null +++ b/converters/p5-JSON-PP/distinfo @@ -0,0 +1,2 @@ +SHA256 (JSON-PP-2.27104.tar.gz) = f49c8725ea2735473cf27333a7e3ca2e4ef8c8d70da610f8e567e4a261d865ab +SIZE (JSON-PP-2.27104.tar.gz) = 41350 diff --git a/converters/p5-JSON-PP/pkg-descr b/converters/p5-JSON-PP/pkg-descr new file mode 100644 index 000000000000..5a565b78d49f --- /dev/null +++ b/converters/p5-JSON-PP/pkg-descr @@ -0,0 +1,3 @@ +JSON::PP is a JSON::XS compatible pure-Perl module. + +WWW: http://search.cpan.org/dist/JSON-PP/ diff --git a/converters/p5-JSON-PP/pkg-plist b/converters/p5-JSON-PP/pkg-plist new file mode 100644 index 000000000000..7dbbc933174b --- /dev/null +++ b/converters/p5-JSON-PP/pkg-plist @@ -0,0 +1,8 @@ +bin/json_pp +%%SITE_PERL%%/JSON/PP.pm +%%SITE_PERL%%/JSON/PP/Boolean.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON/PP/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON/PP +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON +@dirrm %%SITE_PERL%%/JSON/PP +@dirrmtry %%SITE_PERL%%/JSON |