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
|
@ -3165,6 +3165,7 @@
|
||||||
SUBDIR += pear-Structures_DataGrid_Renderer_HTMLSortForm
|
SUBDIR += pear-Structures_DataGrid_Renderer_HTMLSortForm
|
||||||
SUBDIR += pear-Structures_DataGrid_Renderer_HTMLTable
|
SUBDIR += pear-Structures_DataGrid_Renderer_HTMLTable
|
||||||
SUBDIR += pear-Structures_DataGrid_Renderer_XUL
|
SUBDIR += pear-Structures_DataGrid_Renderer_XUL
|
||||||
|
SUBDIR += pear-Symfony_Component_Console
|
||||||
SUBDIR += pear-Symfony_Component_Finder
|
SUBDIR += pear-Symfony_Component_Finder
|
||||||
SUBDIR += pear-System_Command
|
SUBDIR += pear-System_Command
|
||||||
SUBDIR += pear-Testing_Selenium
|
SUBDIR += pear-Testing_Selenium
|
||||||
|
|
18
devel/pear-Symfony_Component_Console/Makefile
Normal file
18
devel/pear-Symfony_Component_Console/Makefile
Normal 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>
|
2
devel/pear-Symfony_Component_Console/distinfo
Normal file
2
devel/pear-Symfony_Component_Console/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SHA256 (Symfony2/Console-2.3.1.tgz) = 475ac07ac4302b0da1f35f9b4c05598cea40456fcb93988d8ea6225020b7624d
|
||||||
|
SIZE (Symfony2/Console-2.3.1.tgz) = 83569
|
3
devel/pear-Symfony_Component_Console/pkg-descr
Normal file
3
devel/pear-Symfony_Component_Console/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Symfony Console Component
|
||||||
|
|
||||||
|
WWW: http://pear.symfony.com/
|
Loading…
Reference in a new issue