aboutsummaryrefslogtreecommitdiffstats
path: root/databases/pear-DoctrineORM/Makefile
blob: 8407089a6ca9569df762d003ed3b3f8d0c51c377 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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=    LGPL21

BUILD_DEPENDS=  ${PEARDIR}/.channels/pear.doctrine-project.org.reg:${PORTSDIR}/devel/pear-channel-doctrine
RUN_DEPENDS=    ${PEARDIR}/.channels/pear.doctrine-project.org.reg:${PORTSDIR}/devel/pear-channel-doctrine \
    ${PEARDIR}/Doctrine/Common/Version.php:${PORTSDIR}/databases/pear-DoctrineCommon \
    ${PEARDIR}/Doctrine/DBAL/Version.php:${PORTSDIR}/databases/pear-DoctrineDBAL \
    ${PEARDIR}/Symfony/Component/Console/Application.php:${PORTSDIR}/devel/pear-Symfony_Component_Console \
    ${PEARDIR}/Symfony/Component/Yaml/Yaml.php:${PORTSDIR}/textproc/pear-Symfony_Component_Yaml

PEAR_CHANNEL=   doctrine
PEAR_AUTOINSTALL=   yes

NO_STAGE=   yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>