1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

The Doctrine ORM package is the primary package containing the

object relational mapper.

WWW: http://www.doctrine-project.org/
This commit is contained in:
William Grzybowski 2013-06-20 14:47:51 +00:00
parent 6f8a3fe92e
commit dac986e128
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=321391
4 changed files with 33 additions and 0 deletions

View File

@ -509,6 +509,7 @@
SUBDIR += pear-Doctrine12
SUBDIR += pear-DoctrineCommon
SUBDIR += pear-DoctrineDBAL
SUBDIR += pear-DoctrineORM
SUBDIR += pear-Horde_Db
SUBDIR += pear-Horde_HashTable
SUBDIR += pear-Horde_Imsp

View File

@ -0,0 +1,26 @@
# Created by: William Grzybowski <wg@FreeBSD.org>
# $FreeBSD$
PORTNAME= DoctrineORM
PORTVERSION= 2.3.0
CATEGORIES= databases pear
MASTER_SITES= http://pear.doctrine-project.org/get/
MAINTAINER= wg@FreeBSD.org
COMMENT= Primary package containing the Doctrine ORM
LICENSE= LGPL21
BUILD_DEPENDS= ${PEARDIR}/.channels/pear.doctrine-project.org.reg:${PORTSDIR}/devel/pear-channel-doctrine
RUN_DEPENDS= ${PEARDIR}/.channels/pear.doctrine-project.org.reg:${PORTSDIR}/devel/pear-channel-doctrine \
${PEARDIR}/Doctrine/Common/Version.php:${PORTSDIR}/databases/pear-DoctrineCommon \
${PEARDIR}/Doctrine/DBAL/Version.php:${PORTSDIR}/databases/pear-DoctrineDBAL \
${PEARDIR}/Symfony/Component/Console/Application.php:${PORTSDIR}/devel/pear-Symfony_Component_Console \
${PEARDIR}/Symfony/Component/Yaml/Yaml.php:${PORTSDIR}/textproc/pear-Symfony_Component_Yaml
PEAR_CHANNEL= doctrine
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>

View File

@ -0,0 +1,2 @@
SHA256 (PEAR/DoctrineORM-2.3.0.tgz) = e8588b3e714dcba740ff41293bb52bdb5ca501f22014a8e1f2458ea46446edfe
SIZE (PEAR/DoctrineORM-2.3.0.tgz) = 260644

View File

@ -0,0 +1,4 @@
The Doctrine ORM package is the primary package containing the
object relational mapper.
WWW: http://www.doctrine-project.org/