From 7fdbdef22fa6e8244681cd55d6f442fe250e02e4 Mon Sep 17 00:00:00 2001 From: William Grzybowski Date: Thu, 20 Jun 2013 14:24:06 +0000 Subject: The Doctrine Common package contains shared code between the other packages. WWW: http://www.doctrine-project.org/ --- databases/Makefile | 1 + databases/pear-DoctrineCommon/Makefile | 22 ++++++++++++++++++++++ databases/pear-DoctrineCommon/distinfo | 2 ++ databases/pear-DoctrineCommon/pkg-descr | 3 +++ 4 files changed, 28 insertions(+) create mode 100644 databases/pear-DoctrineCommon/Makefile create mode 100644 databases/pear-DoctrineCommon/distinfo create mode 100644 databases/pear-DoctrineCommon/pkg-descr (limited to 'databases') 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 +# $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 +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" +.include 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/ -- cgit v1.2.3