f9edc18235
- Add LICENSE_FILE - Whitespace fixes - Add NO_ARCH - Update WWW Approved by: portmgr blanket
24 lines
769 B
Makefile
24 lines
769 B
Makefile
# Created by: William Grzybowski <wg@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= DoctrineORM
|
|
PORTVERSION= 2.3.3
|
|
CATEGORIES= databases pear
|
|
MASTER_SITES= http://pear.doctrine-project.org/get/
|
|
|
|
MAINTAINER= wg@FreeBSD.org
|
|
COMMENT= Primary package containing the Doctrine ORM
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PEARDIR}/Doctrine/Common/Version.php:databases/pear-DoctrineCommon@${PHP_FLAVOR} \
|
|
${PEARDIR}/Doctrine/DBAL/Version.php:databases/pear-DoctrineDBAL@${PHP_FLAVOR} \
|
|
${PEARDIR}/Symfony/Component/Console/Application.php:devel/pear-Symfony_Component_Console@${PHP_FLAVOR} \
|
|
${PEARDIR}/Symfony/Component/Yaml/Yaml.php:textproc/pear-Symfony_Component_Yaml@${PHP_FLAVOR}
|
|
|
|
USES= pear
|
|
PEAR_CHANNEL= doctrine
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|