Update databases/postgresql12-server to version 12.2_2
[dports.git] / databases / pear-DoctrineCommon / Makefile
1 # Created by: William Grzybowski <wg@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       DoctrineCommon
5 PORTVERSION=    2.3.0
6 CATEGORIES=     databases pear
7 MASTER_SITES=   http://pear.doctrine-project.org/get/
8
9 MAINTAINER=     wg@FreeBSD.org
10 COMMENT=        Shared code for Doctrine PHP object relational mapper
11
12 LICENSE=        MIT
13 LICENSE_FILE=   ${WRKSRC}/LICENSE
14
15 USES=           pear
16 PEAR_CHANNEL=   doctrine
17 NO_ARCH=        yes
18
19 .include <bsd.port.mk>