1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00

Add pecl-yaconf 1.0.5

- While I'm here:
  - Add LICENSE_FILE
  - Use USES=php:pecl

Yaconf is a configurations container,
it parses ini files, and store the result in PHP when PHP is started

WWW: https://pecl.php.net/package/yaconf

PR:		219060
Submitted by:	John Chen <johnpupu@gmail.com>
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-05-04 23:48:53 +00:00
parent c26c687187
commit 984289c5de
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=440137
4 changed files with 25 additions and 0 deletions

View File

@ -3901,6 +3901,7 @@
SUBDIR += pecl-weakref
SUBDIR += pecl-xhprof
SUBDIR += pecl-yac
SUBDIR += pecl-yaconf
SUBDIR += pecl-zookeeper
SUBDIR += pep8
SUBDIR += performance

View File

@ -0,0 +1,17 @@
# Created by: John Chen <johnpupu@gmail.com>
# $FreeBSD$
PORTNAME= yaconf
PORTVERSION= 1.0.5
CATEGORIES= devel
MAINTAINER= johnpupu@gmail.com
COMMENT= PHP Persistent Configurations Container
LICENSE= PHP301
LICENSE_FILE= ${WRKSRC}/LICENSE
IGNORE_WITH_PHP=56
USES= php:pecl
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1493906667
SHA256 (PECL/yaconf-1.0.5.tgz) = 29f2028be90a57fc5674a87d1b471ae97cc844a759b51baba055b13a1c76219a
SIZE (PECL/yaconf-1.0.5.tgz) = 10891

View File

@ -0,0 +1,4 @@
Yaconf is a configurations container,
it parses ini files, and store the result in PHP when PHP is started
WWW: https://pecl.php.net/package/yaconf