mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
- Add p5-JSON-PP 2.27104
JSON::PP is a JSON::XS compatible pure-Perl module. WWW: http://search.cpan.org/dist/JSON-PP/
This commit is contained in:
parent
253e238cd4
commit
7aea1fd822
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=270242
@ -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
|
||||
|
24
converters/p5-JSON-PP/Makefile
Normal file
24
converters/p5-JSON-PP/Makefile
Normal file
@ -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>
|
2
converters/p5-JSON-PP/distinfo
Normal file
2
converters/p5-JSON-PP/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (JSON-PP-2.27104.tar.gz) = f49c8725ea2735473cf27333a7e3ca2e4ef8c8d70da610f8e567e4a261d865ab
|
||||
SIZE (JSON-PP-2.27104.tar.gz) = 41350
|
3
converters/p5-JSON-PP/pkg-descr
Normal file
3
converters/p5-JSON-PP/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
JSON::PP is a JSON::XS compatible pure-Perl module.
|
||||
|
||||
WWW: http://search.cpan.org/dist/JSON-PP/
|
8
converters/p5-JSON-PP/pkg-plist
Normal file
8
converters/p5-JSON-PP/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user