aboutsummaryrefslogtreecommitdiff
path: root/textproc/pecl-yaml
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2010-02-11 13:26:48 +0000
committerWen Heping <wen@FreeBSD.org>2010-02-11 13:26:48 +0000
commit8c834adc2a7b8b32dba3348c8520c19d76fce576 (patch)
tree70d7893f0ea5962086a1320a2e7e1380b1fda20c /textproc/pecl-yaml
parentb2c24fbffd21fba75f04297c23f855e18fa12154 (diff)
downloadports-8c834adc2a7b8b32dba3348c8520c19d76fce576.tar.gz
ports-8c834adc2a7b8b32dba3348c8520c19d76fce576.zip
Notes
Diffstat (limited to 'textproc/pecl-yaml')
-rw-r--r--textproc/pecl-yaml/Makefile25
-rw-r--r--textproc/pecl-yaml/distinfo3
-rw-r--r--textproc/pecl-yaml/pkg-descr5
3 files changed, 33 insertions, 0 deletions
diff --git a/textproc/pecl-yaml/Makefile b/textproc/pecl-yaml/Makefile
new file mode 100644
index 000000000000..66f62b3f5591
--- /dev/null
+++ b/textproc/pecl-yaml/Makefile
@@ -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>
diff --git a/textproc/pecl-yaml/distinfo b/textproc/pecl-yaml/distinfo
new file mode 100644
index 000000000000..c3a6d7332733
--- /dev/null
+++ b/textproc/pecl-yaml/distinfo
@@ -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
diff --git a/textproc/pecl-yaml/pkg-descr b/textproc/pecl-yaml/pkg-descr
new file mode 100644
index 000000000000..51cb90764bed
--- /dev/null
+++ b/textproc/pecl-yaml/pkg-descr
@@ -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/