freebsd-ports/databases/pear-DoctrineCommon/Makefile
Dmitry Marakasov 2f97638134 - Fix LICENSE
- Add LICENSE_FILE
- Whitespace fix
- Update WWW

Approved by:	portmgr blanket
2018-11-09 09:30:21 +00:00

19 lines
396 B
Makefile

# 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>