mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
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/
This commit is contained in:
parent
0dcc808eb5
commit
5c4365e639
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277525
@ -976,6 +976,7 @@
|
||||
SUBDIR += pear-XML_Feed_Parser
|
||||
SUBDIR += pear-XML_HTMLSax
|
||||
SUBDIR += pear-XML_Wddx
|
||||
SUBDIR += pear-YAML
|
||||
SUBDIR += pecl-ctemplate
|
||||
SUBDIR += pecl-doublemetaphone
|
||||
SUBDIR += pecl-enchant
|
||||
|
28
textproc/pear-YAML/Makefile
Normal file
28
textproc/pear-YAML/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# 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>
|
2
textproc/pear-YAML/distinfo
Normal file
2
textproc/pear-YAML/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (PEAR/YAML-1.0.6.tgz) = 8d2e7089e5727aef019185e2b9f7cbaabd5b6dbee31a2033d3145483d7d2694d
|
||||
SIZE (PEAR/YAML-1.0.6.tgz) = 10010
|
4
textproc/pear-YAML/pkg-descr
Normal file
4
textproc/pear-YAML/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
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/
|
Loading…
Reference in New Issue
Block a user