diff options
author | rm <rm@FreeBSD.org> | 2013-01-03 02:10:02 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2013-01-03 02:10:02 +0800 |
commit | aded73577f0779ca9618af9def55ff72d452a198 (patch) | |
tree | fa83657b84a7f2d21b2efdfc74ce89f5369eb476 /textproc | |
parent | fb551b5c1fcff8d125bd149c48dfe74e06e73e2c (diff) | |
download | freebsd-ports-gnome-aded73577f0779ca9618af9def55ff72d452a198.tar.gz freebsd-ports-gnome-aded73577f0779ca9618af9def55ff72d452a198.tar.zst freebsd-ports-gnome-aded73577f0779ca9618af9def55ff72d452a198.zip |
Symfony2 Yaml Component
WWW: http://pear.symfony.com/Yaml
PR: 172770
Submitted by: Gasol Wu <gasol.wu@gmail.com>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/pear-Symfony_Component_Yaml/Makefile | 18 | ||||
-rw-r--r-- | textproc/pear-Symfony_Component_Yaml/distinfo | 2 | ||||
-rw-r--r-- | textproc/pear-Symfony_Component_Yaml/pkg-descr | 3 |
4 files changed, 24 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 94d32e14a356..184d17070956 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1060,6 +1060,7 @@ SUBDIR += pear-Structures_DataGrid_Renderer_CSV SUBDIR += pear-Structures_DataGrid_Renderer_XLS SUBDIR += pear-Structures_DataGrid_Renderer_XML + SUBDIR += pear-Symfony_Component_Yaml SUBDIR += pear-Text_Highlighter SUBDIR += pear-Text_Template SUBDIR += pear-XML_Beautifier diff --git a/textproc/pear-Symfony_Component_Yaml/Makefile b/textproc/pear-Symfony_Component_Yaml/Makefile new file mode 100644 index 000000000000..6b96a4a87d33 --- /dev/null +++ b/textproc/pear-Symfony_Component_Yaml/Makefile @@ -0,0 +1,18 @@ +# Created by: Gasol Wu <gasol.wu@gmail.com> +# $FreeBSD$ + +PORTNAME= Yaml +PORTVERSION= 2.1.2 +CATEGORIES= textproc pear +PKGNAMEPREFIX= pear-Symfony_Component_ + +MAINTAINER= gasol.wu@gmail.com +COMMENT= Symfony2 Yaml Component + +LICENSE= MIT + +IGNORE_WITH_PHP=52 + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear-channel-symfony2/bsd.symfony2.mk" +.include <bsd.port.post.mk> diff --git a/textproc/pear-Symfony_Component_Yaml/distinfo b/textproc/pear-Symfony_Component_Yaml/distinfo new file mode 100644 index 000000000000..5cec89e48d18 --- /dev/null +++ b/textproc/pear-Symfony_Component_Yaml/distinfo @@ -0,0 +1,2 @@ +SHA256 (Symfony2/Yaml-2.1.2.tgz) = 645705003e24787429aad9e417d6a7461a8a5a1f4f530f317b75bf338b715cc2 +SIZE (Symfony2/Yaml-2.1.2.tgz) = 38429 diff --git a/textproc/pear-Symfony_Component_Yaml/pkg-descr b/textproc/pear-Symfony_Component_Yaml/pkg-descr new file mode 100644 index 000000000000..b3a1e04f66e4 --- /dev/null +++ b/textproc/pear-Symfony_Component_Yaml/pkg-descr @@ -0,0 +1,3 @@ +Symfony2 Yaml Component + +WWW: http://pear.symfony.com/Yaml |