mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
The Doctrine Common package contains shared code between the other packages.
WWW: http://www.doctrine-project.org/
This commit is contained in:
parent
fbd934f991
commit
7fdbdef22f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=321388
@ -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
|
||||
|
22
databases/pear-DoctrineCommon/Makefile
Normal file
22
databases/pear-DoctrineCommon/Makefile
Normal file
@ -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>
|
2
databases/pear-DoctrineCommon/distinfo
Normal file
2
databases/pear-DoctrineCommon/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (PEAR/DoctrineCommon-2.3.0.tgz) = a2960152ded106cb7ac2b05b23c44e24e04ea37a10926fd7cb13ab3fe42a3e0e
|
||||
SIZE (PEAR/DoctrineCommon-2.3.0.tgz) = 59473
|
3
databases/pear-DoctrineCommon/pkg-descr
Normal file
3
databases/pear-DoctrineCommon/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
The Doctrine Common package contains shared code between the other packages.
|
||||
|
||||
WWW: http://www.doctrine-project.org/
|
Loading…
Reference in New Issue
Block a user