aboutsummaryrefslogtreecommitdiff
path: root/databases/pear-DoctrineCommon/Makefile
blob: db09114261bbc0fc3325bccb27aee9ed0125026d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		pear
PEAR_CHANNEL=	doctrine
NO_ARCH=	yes

.include <bsd.port.mk>