diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-03-04 05:48:18 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-03-04 05:48:18 +0000 |
commit | 7aea1fd822b4f84ad8911fae92f94e84a6de124b (patch) | |
tree | cab3eeeb90fe5f5afa6744a92fa7b4583ed7f678 /converters/p5-JSON-PP | |
parent | 253e238cd4f08cae196f6d44a529ceaa927b68c9 (diff) | |
download | ports-7aea1fd822b4f84ad8911fae92f94e84a6de124b.tar.gz ports-7aea1fd822b4f84ad8911fae92f94e84a6de124b.zip |
Notes
Diffstat (limited to 'converters/p5-JSON-PP')
-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 |
4 files changed, 37 insertions, 0 deletions
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 |