mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
Add pecl-propto.
This commit is contained in:
parent
5277675e8a
commit
5c5d98ceb6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376899
@ -3440,6 +3440,7 @@
|
||||
SUBDIR += pecl-operator
|
||||
SUBDIR += pecl-params
|
||||
SUBDIR += pecl-parsekit
|
||||
SUBDIR += pecl-propro
|
||||
SUBDIR += pecl-pthreads
|
||||
SUBDIR += pecl-qb
|
||||
SUBDIR += pecl-raphf
|
||||
|
20
devel/pecl-propro/Makefile
Normal file
20
devel/pecl-propro/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# Created by: vanilla@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= propro
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://pecl.php.net/get/
|
||||
PKGNAMEPREFIX= pecl-
|
||||
|
||||
MAINTAINER= vanilla@FreeBSD.org
|
||||
COMMENT= Facility to manage extension object properties
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= tar:tgz
|
||||
USE_PHP= yes
|
||||
USE_PHPEXT= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/pecl-propro/distinfo
Normal file
2
devel/pecl-propro/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (propro-1.0.0.tgz) = 9825d50ab4bb214428cd11c14c2f389c16aded09db16d266f27f147a7f2371f2
|
||||
SIZE (propro-1.0.0.tgz) = 6217
|
5
devel/pecl-propro/pkg-descr
Normal file
5
devel/pecl-propro/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
A facility to manage possibly persistent resources with a comprehensible API.
|
||||
Provides simliar functionality like the zend_list API, but with more flexiblity
|
||||
and freedom.
|
||||
|
||||
WWW: http://pecl.php.net/package/propro/
|
Loading…
Reference in New Issue
Block a user