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:
parent
c26c687187
commit
984289c5de
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=440137
@ -3901,6 +3901,7 @@
|
||||
SUBDIR += pecl-weakref
|
||||
SUBDIR += pecl-xhprof
|
||||
SUBDIR += pecl-yac
|
||||
SUBDIR += pecl-yaconf
|
||||
SUBDIR += pecl-zookeeper
|
||||
SUBDIR += pep8
|
||||
SUBDIR += performance
|
||||
|
17
devel/pecl-yaconf/Makefile
Normal file
17
devel/pecl-yaconf/Makefile
Normal 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>
|
3
devel/pecl-yaconf/distinfo
Normal file
3
devel/pecl-yaconf/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1493906667
|
||||
SHA256 (PECL/yaconf-1.0.5.tgz) = 29f2028be90a57fc5674a87d1b471ae97cc844a759b51baba055b13a1c76219a
|
||||
SIZE (PECL/yaconf-1.0.5.tgz) = 10891
|
4
devel/pecl-yaconf/pkg-descr
Normal file
4
devel/pecl-yaconf/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user