aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorwg <wg@FreeBSD.org>2013-06-20 22:24:06 +0800
committerwg <wg@FreeBSD.org>2013-06-20 22:24:06 +0800
commite9a472f840a350b0885a51874f4325a91a9e863f (patch)
treecefbf3df9c895fe8aeaeb4a5333b7468c97243d8 /databases
parentffcb122bcb132ce4e6eb68040346abbb0c2b6e87 (diff)
downloadfreebsd-ports-gnome-e9a472f840a350b0885a51874f4325a91a9e863f.tar.gz
freebsd-ports-gnome-e9a472f840a350b0885a51874f4325a91a9e863f.tar.zst
freebsd-ports-gnome-e9a472f840a350b0885a51874f4325a91a9e863f.zip
The Doctrine Common package contains shared code between the other packages.
WWW: http://www.doctrine-project.org/
Diffstat (limited to 'databases')
-rw-r--r--databases/Makefile1
-rw-r--r--databases/pear-DoctrineCommon/Makefile22
-rw-r--r--databases/pear-DoctrineCommon/distinfo2
-rw-r--r--databases/pear-DoctrineCommon/pkg-descr3
4 files changed, 28 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 491040e789be..5bbc99e4b1e7 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -507,6 +507,7 @@
SUBDIR += pear-DB_ldap
SUBDIR += pear-DB_ldap2
SUBDIR += pear-Doctrine12
+ SUBDIR += pear-DoctrineCommon
SUBDIR += pear-Horde_Db
SUBDIR += pear-Horde_HashTable
SUBDIR += pear-Horde_Imsp
diff --git a/databases/pear-DoctrineCommon/Makefile b/databases/pear-DoctrineCommon/Makefile
new file mode 100644
index 000000000000..55d5e540b5e2
--- /dev/null
+++ b/databases/pear-DoctrineCommon/Makefile
@@ -0,0 +1,22 @@
+# Created by: William Grzybowski <wg@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= DoctrineCommon
+PORTVERSION= 2.3.0
+CATEGORIES= databases pear
+MASTER_SITES= http://pear.doctrine-project.org/get/
+
+MAINTAINER= wg@FreeBSD.org
+COMMENT= Shared code for Doctrine PHP object relational mapper
+
+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
+
+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-DoctrineCommon/distinfo b/databases/pear-DoctrineCommon/distinfo
new file mode 100644
index 000000000000..6ad29fcc0b72
--- /dev/null
+++ b/databases/pear-DoctrineCommon/distinfo
@@ -0,0 +1,2 @@
+SHA256 (PEAR/DoctrineCommon-2.3.0.tgz) = a2960152ded106cb7ac2b05b23c44e24e04ea37a10926fd7cb13ab3fe42a3e0e
+SIZE (PEAR/DoctrineCommon-2.3.0.tgz) = 59473
diff --git a/databases/pear-DoctrineCommon/pkg-descr b/databases/pear-DoctrineCommon/pkg-descr
new file mode 100644
index 000000000000..16166a211549
--- /dev/null
+++ b/databases/pear-DoctrineCommon/pkg-descr
@@ -0,0 +1,3 @@
+The Doctrine Common package contains shared code between the other packages.
+
+WWW: http://www.doctrine-project.org/