1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

Depedency injection container for Horde.

WWW: http://pear.horde.org
This commit is contained in:
Martin Matuska 2011-07-07 18:02:57 +00:00
parent 8985a8ae02
commit 366771a4cc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277244
4 changed files with 24 additions and 0 deletions

View File

@ -2622,6 +2622,7 @@
SUBDIR += pear-HTML_TreeMenu
SUBDIR += pear-Horde_Autoloader
SUBDIR += pear-Horde_Exception
SUBDIR += pear-Horde_Injector
SUBDIR += pear-Horde_Role
SUBDIR += pear-Horde_Stream_Filter
SUBDIR += pear-Horde_Stream_Wrapper

View File

@ -0,0 +1,18 @@
# Ports collection makefile for: pear-Horde_Injector
# Date created: 6 July 2011
# Whom: Martin Matuska <mm@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= Horde_Injector
PORTVERSION= 1.0.0
CATEGORIES= devel www pear
MAINTAINER= mm@FreeBSD.org
COMMENT= Horde dependency injection container
USE_HORDE_RUN= Horde_Exception
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
.include <bsd.port.post.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Horde/Horde_Injector-1.0.0.tgz) = 0e93994d21d0828a53d493deadc94e13a9839a24f69f946f31965d6db6d84811
SIZE (Horde/Horde_Injector-1.0.0.tgz) = 20593

View File

@ -0,0 +1,3 @@
Depedency injection container for Horde.
WWW: http://pear.horde.org