mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
JSON::Syck is a syck implementatoin of JSON parsing and generation.
WWW: http://search.cpan.org/dist/JSON-Syck/
This commit is contained in:
parent
8ad37075d7
commit
d5285dee92
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=171495
@ -55,6 +55,7 @@
|
||||
SUBDIR += p5-Encode-JIS2K
|
||||
SUBDIR += p5-Encode-compat
|
||||
SUBDIR += p5-JSON
|
||||
SUBDIR += p5-JSON-Syck
|
||||
SUBDIR += p5-MIME-Base32
|
||||
SUBDIR += p5-MIME-Base64
|
||||
SUBDIR += p5-String-Multibyte
|
||||
|
21
converters/p5-JSON-Syck/Makefile
Normal file
21
converters/p5-JSON-Syck/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# New ports collection makefile for: JSON-Syck
|
||||
# Date created: 28 Aug 2006
|
||||
# Whom: sumikawa@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= JSON-Syck
|
||||
PORTVERSION= 0.07
|
||||
CATEGORIES= converters perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/M/MI/MIYAGAWA
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sumikawa@FreeBSD.org
|
||||
COMMENT= A syck implementatoin of JSON parsing and generation
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
MAN3= JSON::Syck.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
converters/p5-JSON-Syck/distinfo
Normal file
3
converters/p5-JSON-Syck/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (JSON-Syck-0.07.tar.gz) = b6a3d39bbec98100fc9433e41ebc773b
|
||||
SHA256 (JSON-Syck-0.07.tar.gz) = b977740056130d3d1e74a82ffaa3f48744b52dd06c69b3e300aef6cb1ad93527
|
||||
SIZE (JSON-Syck-0.07.tar.gz) = 101024
|
3
converters/p5-JSON-Syck/pkg-descr
Normal file
3
converters/p5-JSON-Syck/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
JSON::Syck is a syck implementatoin of JSON parsing and generation.
|
||||
|
||||
WWW: http://search.cpan.org/dist/JSON-Syck/
|
7
converters/p5-JSON-Syck/pkg-plist
Normal file
7
converters/p5-JSON-Syck/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/JSON/Syck.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON/Syck/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON/Syck/Syck.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON/Syck/Syck.so
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/JSON/
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON/Syck
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON
|
Loading…
Reference in New Issue
Block a user