2013-03-17 15:14:19 +01:00
|
|
|
# Created by: Martin Matuska <mm@FreeBSD.org>
|
2011-07-11 11:54:52 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= YAML
|
|
|
|
PORTVERSION= 1.0.6
|
|
|
|
CATEGORIES= textproc www pear
|
|
|
|
MASTER_SITES= http://pear.symfony-project.com/get/
|
|
|
|
PKGNAMEPREFIX= pear-
|
|
|
|
|
2013-03-17 15:14:19 +01:00
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
2011-07-11 11:54:52 +02:00
|
|
|
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>
|