freebsd-ports/databases/pear-DoctrineCommon/Makefile
2021-04-06 16:31:07 +02:00

18 lines
384 B
Makefile

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