mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
4f5544a38b
Tested by: poudriere Approved by: portmgr (bapt)
25 lines
710 B
Makefile
25 lines
710 B
Makefile
# 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>
|