diff options
author | wg <wg@FreeBSD.org> | 2013-06-20 22:47:51 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-06-20 22:47:51 +0800 |
commit | d75fd2659f34c9fab1de0fdb2150465c1d8b11f9 (patch) | |
tree | 5db69c02f7a29ee08ec23032ac087bbe4e1044be /databases | |
parent | cffd463d54ee0b85fc6301e680118017e19c003b (diff) | |
download | freebsd-ports-gnome-d75fd2659f34c9fab1de0fdb2150465c1d8b11f9.tar.gz freebsd-ports-gnome-d75fd2659f34c9fab1de0fdb2150465c1d8b11f9.tar.zst freebsd-ports-gnome-d75fd2659f34c9fab1de0fdb2150465c1d8b11f9.zip |
The Doctrine ORM package is the primary package containing the
object relational mapper.
WWW: http://www.doctrine-project.org/
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/pear-DoctrineORM/Makefile | 26 | ||||
-rw-r--r-- | databases/pear-DoctrineORM/distinfo | 2 | ||||
-rw-r--r-- | databases/pear-DoctrineORM/pkg-descr | 4 |
4 files changed, 33 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index cc59e764e2dd..6e885de5c036 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -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 diff --git a/databases/pear-DoctrineORM/Makefile b/databases/pear-DoctrineORM/Makefile new file mode 100644 index 000000000000..78192de4ce71 --- /dev/null +++ b/databases/pear-DoctrineORM/Makefile @@ -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> diff --git a/databases/pear-DoctrineORM/distinfo b/databases/pear-DoctrineORM/distinfo new file mode 100644 index 000000000000..ea96fc30d176 --- /dev/null +++ b/databases/pear-DoctrineORM/distinfo @@ -0,0 +1,2 @@ +SHA256 (PEAR/DoctrineORM-2.3.0.tgz) = e8588b3e714dcba740ff41293bb52bdb5ca501f22014a8e1f2458ea46446edfe +SIZE (PEAR/DoctrineORM-2.3.0.tgz) = 260644 diff --git a/databases/pear-DoctrineORM/pkg-descr b/databases/pear-DoctrineORM/pkg-descr new file mode 100644 index 000000000000..dd59849d5aa5 --- /dev/null +++ b/databases/pear-DoctrineORM/pkg-descr @@ -0,0 +1,4 @@ +The Doctrine ORM package is the primary package containing the +object relational mapper. + +WWW: http://www.doctrine-project.org/ |