diff options
author | wg <wg@FreeBSD.org> | 2013-06-20 21:30:49 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-06-20 21:30:49 +0800 |
commit | a15d43b2e0f8460f289edb15fb9deec441dfa3f9 (patch) | |
tree | 472dfaac0d81c360c7315b7c55a55b7db38aac3a /devel | |
parent | 6675611acd0bf1711b4e44bcc4f047121c52cab3 (diff) | |
download | freebsd-ports-gnome-a15d43b2e0f8460f289edb15fb9deec441dfa3f9.tar.gz freebsd-ports-gnome-a15d43b2e0f8460f289edb15fb9deec441dfa3f9.tar.zst freebsd-ports-gnome-a15d43b2e0f8460f289edb15fb9deec441dfa3f9.zip |
Symfony Console Component
WWW: http://pear.symfony.com/
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/pear-Symfony_Component_Console/Makefile | 18 | ||||
-rw-r--r-- | devel/pear-Symfony_Component_Console/distinfo | 2 | ||||
-rw-r--r-- | devel/pear-Symfony_Component_Console/pkg-descr | 3 |
4 files changed, 24 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index b956ad1c0a4c..d98f159360cb 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3165,6 +3165,7 @@ SUBDIR += pear-Structures_DataGrid_Renderer_HTMLSortForm SUBDIR += pear-Structures_DataGrid_Renderer_HTMLTable SUBDIR += pear-Structures_DataGrid_Renderer_XUL + SUBDIR += pear-Symfony_Component_Console SUBDIR += pear-Symfony_Component_Finder SUBDIR += pear-System_Command SUBDIR += pear-Testing_Selenium diff --git a/devel/pear-Symfony_Component_Console/Makefile b/devel/pear-Symfony_Component_Console/Makefile new file mode 100644 index 000000000000..2319f9ab26e7 --- /dev/null +++ b/devel/pear-Symfony_Component_Console/Makefile @@ -0,0 +1,18 @@ +# Created by: William Grzybowski <wg@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= Console +PORTVERSION= 2.3.1 +CATEGORIES= devel pear +PKGNAMEPREFIX= pear-Symfony_Component_ + +MAINTAINER= wg@FreeBSD.org +COMMENT= Symfony2 Console 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/devel/pear-Symfony_Component_Console/distinfo b/devel/pear-Symfony_Component_Console/distinfo new file mode 100644 index 000000000000..efe2ec22afad --- /dev/null +++ b/devel/pear-Symfony_Component_Console/distinfo @@ -0,0 +1,2 @@ +SHA256 (Symfony2/Console-2.3.1.tgz) = 475ac07ac4302b0da1f35f9b4c05598cea40456fcb93988d8ea6225020b7624d +SIZE (Symfony2/Console-2.3.1.tgz) = 83569 diff --git a/devel/pear-Symfony_Component_Console/pkg-descr b/devel/pear-Symfony_Component_Console/pkg-descr new file mode 100644 index 000000000000..ca38c33e285a --- /dev/null +++ b/devel/pear-Symfony_Component_Console/pkg-descr @@ -0,0 +1,3 @@ +Symfony Console Component + +WWW: http://pear.symfony.com/ |