1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00

Symfony Console Component

WWW: http://pear.symfony.com/
This commit is contained in:
William Grzybowski 2013-06-20 13:30:49 +00:00
parent 1c770cdd6d
commit 2d1343b7b9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=321381
4 changed files with 24 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,2 @@
SHA256 (Symfony2/Console-2.3.1.tgz) = 475ac07ac4302b0da1f35f9b4c05598cea40456fcb93988d8ea6225020b7624d
SIZE (Symfony2/Console-2.3.1.tgz) = 83569

View File

@ -0,0 +1,3 @@
Symfony Console Component
WWW: http://pear.symfony.com/