Import PHP PECL YAML processor 2.0.0
This commit is contained in:
parent
7eb583f69d
commit
7e4802b028
4 changed files with 29 additions and 0 deletions
2
textproc/php-yaml/DESCR
Normal file
2
textproc/php-yaml/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
PHP Support for YAML 1.1 (YAML Ain't Markup Language) serialization using the
|
||||
LibYAML library.
|
17
textproc/php-yaml/Makefile
Normal file
17
textproc/php-yaml/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
# $NetBSD: Makefile,v 1.1 2016/12/01 12:23:47 roy Exp $
|
||||
|
||||
MODNAME= yaml
|
||||
PECL_VERSION= 2.0.0
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
COMMENT= YAML-1.1 parser and emitter
|
||||
LICENSE= mit
|
||||
|
||||
PHP_VERSIONS_ACCEPTED= 70 71
|
||||
|
||||
CONFIGURE_ARGS+= --enable-${MODNAME}
|
||||
|
||||
.include "../../textproc/libyaml/buildlink3.mk"
|
||||
|
||||
.include "../../lang/php/ext.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
4
textproc/php-yaml/PLIST
Normal file
4
textproc/php-yaml/PLIST
Normal file
|
@ -0,0 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2016/12/01 12:23:47 roy Exp $
|
||||
lib/php/20151203/yaml.so
|
||||
share/examples/php/yaml.ini
|
||||
@pkgdir share/doc/php70-yaml
|
6
textproc/php-yaml/distinfo
Normal file
6
textproc/php-yaml/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2016/12/01 12:23:47 roy Exp $
|
||||
|
||||
SHA1 (php-yaml/yaml-2.0.0.tgz) = 1cbc5578ea602c4a147d55a4f2e395cafd89cc81
|
||||
RMD160 (php-yaml/yaml-2.0.0.tgz) = dcc2f9ea57ede9b063ca7da1c7f2d4b13d15cf4c
|
||||
SHA512 (php-yaml/yaml-2.0.0.tgz) = 760c9f9f5738594e3ad55c030fa619bc891e1d5a8feb85bec2389e2fd4d6d4933fd13abf68c85eb1bb4cc3b6f4a66079ea75a2046c47fe4095b01a50c8e65eab
|
||||
Size (php-yaml/yaml-2.0.0.tgz) = 37960 bytes
|
Loading…
Reference in a new issue