freebsd-ports/textproc/pear-YAML/Makefile
Martin Matuska 5c4365e639 Symfony YAML is a PHP library that parses YAML strings and converts them to
PHP arrays. It can also converts PHP arrays to YAML strings.

WWW: http://components.symfony-project.org/yaml/
2011-07-11 09:54:52 +00:00

28 lines
788 B
Makefile

# Ports collection makefile for: pear-YAML
# Date created: 11 July 2011
# Whom: 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= mm@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>