summaryrefslogtreecommitdiff
path: root/databases/pear-DoctrineCommon/Makefile
blob: 8ac47e23bbcfac9493e3889db9f1588b57422e6f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: William Grzybowski <wg@FreeBSD.org>

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>