aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/pear-YAML/Makefile
blob: 08ee3615989b39b2ded2e20f897f10563bd28d3a (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
# Created by: Martin Matuska <mm@FreeBSD.org>
# $FreeBSD$

PORTNAME=   YAML
PORTVERSION=    1.0.6
CATEGORIES= textproc www pear
MASTER_SITES=   http://pear.symfony-project.com/get/
PKGNAMEPREFIX=  pear-

MAINTAINER= miwi@FreeBSD.org
COMMENT=    The Symfony YAML Component

BUILD_DEPENDS=  ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
        ${PEARDIR}/.channels/pear.symfony-project.com.reg:${PORTSDIR}/devel/pear-channel-symfony

RUN_DEPENDS=    ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
        ${PEARDIR}/.channels/pear.symfony-project.com.reg:${PORTSDIR}/devel/pear-channel-symfony

PEAR_CHANNEL=   symfony
PEAR_AUTOINSTALL=   yes

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