freebsd-ports/databases/pear-DoctrineCommon/Makefile
Muhammad Moinur Rahman cb420cdf94 all: Take maintainership
2022-06-06 07:25:36 -05:00

18 lines
386 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= bofh@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>