17 lines
375 B
Makefile
17 lines
375 B
Makefile
PORTNAME= DoctrineCommon
|
|
PORTVERSION= 2.3.0
|
|
CATEGORIES= databases pear
|
|
MASTER_SITES= http://pear.doctrine-project.org/get/
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Shared code for Doctrine PHP object relational mapper
|
|
WWW= https://www.doctrine-project.org/
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= pear
|
|
PEAR_CHANNEL= doctrine
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|