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:
parent
6f8a3fe92e
commit
dac986e128
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=321391
@ -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
|
||||
|
26
databases/pear-DoctrineORM/Makefile
Normal file
26
databases/pear-DoctrineORM/Makefile
Normal 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>
|
2
databases/pear-DoctrineORM/distinfo
Normal file
2
databases/pear-DoctrineORM/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (PEAR/DoctrineORM-2.3.0.tgz) = e8588b3e714dcba740ff41293bb52bdb5ca501f22014a8e1f2458ea46446edfe
|
||||
SIZE (PEAR/DoctrineORM-2.3.0.tgz) = 260644
|
4
databases/pear-DoctrineORM/pkg-descr
Normal file
4
databases/pear-DoctrineORM/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
The Doctrine ORM package is the primary package containing the
|
||||
object relational mapper.
|
||||
|
||||
WWW: http://www.doctrine-project.org/
|
Loading…
Reference in New Issue
Block a user