import p5-JSON-Any
This module will provide a coherent API to bring together the various JSON modules currently on CPAN. This module will allow you to code to any JSON API and have it work regardless of which JSON module is actually installed.
This commit is contained in:
parent
5e7960e660
commit
f105c20f78
23
converters/p5-JSON-Any/Makefile
Normal file
23
converters/p5-JSON-Any/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2008/08/20 11:05:43 simon Exp $
|
||||
|
||||
COMMENT = wrapper class for the various JSON classes
|
||||
|
||||
MODULES = cpan
|
||||
DISTNAME = JSON-Any-1.17
|
||||
CATEGORIES = converters
|
||||
|
||||
MAINTAINER = Simon Bertrang <simon@openbsd.org>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM = Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
RUN_DEPENDS = :p5-JSON->=2.02:converters/p5-JSON \
|
||||
::converters/p5-JSON-DWIW \
|
||||
::converters/p5-JSON-XS \
|
||||
::devel/p5-YAML-Syck
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||
|
||||
.include <bsd.port.mk>
|
5
converters/p5-JSON-Any/distinfo
Normal file
5
converters/p5-JSON-Any/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (JSON-Any-1.17.tar.gz) = YlQwtegG0UHwoWRSqf1J2A==
|
||||
RMD160 (JSON-Any-1.17.tar.gz) = 31Dpq2aiBTxlTY2xrCVtjUhA7C4=
|
||||
SHA1 (JSON-Any-1.17.tar.gz) = 3FkDfo8S40Esw1bQIrR0d6wAGhM=
|
||||
SHA256 (JSON-Any-1.17.tar.gz) = y8W1iaMXystaN/DDvpJQhP1kllOdOirmQYysv8H6xh8=
|
||||
SIZE (JSON-Any-1.17.tar.gz) = 25144
|
4
converters/p5-JSON-Any/pkg/DESCR
Normal file
4
converters/p5-JSON-Any/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
||||
This module will provide a coherent API to bring together the various
|
||||
JSON modules currently on CPAN. This module will allow you to code to
|
||||
any JSON API and have it work regardless of which JSON module is
|
||||
actually installed.
|
3
converters/p5-JSON-Any/pkg/PLIST
Normal file
3
converters/p5-JSON-Any/pkg/PLIST
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/08/20 11:05:43 simon Exp $
|
||||
${P5SITE}/JSON/Any.pm
|
||||
@man man/man3p/JSON::Any.3p
|
Loading…
Reference in New Issue
Block a user