pecl-yaml is a YAML-1.1 parser and emitter, it Support for
YAML 1.1 (YAML Ain't Markup Language) serialization using the LibYAML library. WWW: http://pecl.php.net/package/yaml/
This commit is contained in:
parent
b2c24fbffd
commit
8c834adc2a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=249575
4 changed files with 34 additions and 0 deletions
|
@ -903,6 +903,7 @@
|
|||
SUBDIR += pecl-wbxml
|
||||
SUBDIR += pecl-xdiff
|
||||
SUBDIR += pecl-xslcache
|
||||
SUBDIR += pecl-yaml
|
||||
SUBDIR += perl2html
|
||||
SUBDIR += permute
|
||||
SUBDIR += php4-ctype
|
||||
|
|
25
textproc/pecl-yaml/Makefile
Normal file
25
textproc/pecl-yaml/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# New ports collection makefile for: pecl-yaml
|
||||
# Date created: 11 Feb, 2010
|
||||
# Whom: Wen Heping <wen@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= yaml
|
||||
PORTVERSION= 0.6.3
|
||||
CATEGORIES= textproc pear
|
||||
MASTER_SITES= http://pecl.php.net/get/
|
||||
PKGNAMEPREFIX= pecl-
|
||||
EXTRACT_SUFX= .tgz
|
||||
DIST_SUBDIR= PECL
|
||||
|
||||
MAINTAINER= miwi@FreeBSD.org
|
||||
COMMENT= YAML-1.1 parser and emitter
|
||||
|
||||
LIB_DEPENDS= yaml:${PORTSDIR}/textproc/libyaml
|
||||
|
||||
USE_PHP= yes
|
||||
USE_PHP_BUILD= yes
|
||||
USE_PHPEXT= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/pecl-yaml/distinfo
Normal file
3
textproc/pecl-yaml/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (PECL/yaml-0.6.3.tgz) = c7f5889ea4257ee1714840f676bc8443
|
||||
SHA256 (PECL/yaml-0.6.3.tgz) = 99d02a18f32af63a9020934dd0e13ffd84c93cddb4c1ddb42e0e7dce0863c40a
|
||||
SIZE (PECL/yaml-0.6.3.tgz) = 33871
|
5
textproc/pecl-yaml/pkg-descr
Normal file
5
textproc/pecl-yaml/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
pecl-yaml is a YAML-1.1 parser and emitter, it Support for
|
||||
YAML 1.1 (YAML Ain't Markup Language) serialization using
|
||||
the LibYAML library.
|
||||
|
||||
WWW: http://pecl.php.net/package/yaml/
|
Loading…
Reference in a new issue