mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
Add pecl-psr 0.6.1
This PHP extension provides the interfaces from the PSR standards as established by the PHP-FIG group. You can use interfaces provided by this extension in another extension easily. WWW: https://github.com/jbboehr/php-psr
This commit is contained in:
parent
715e55a27a
commit
209a64fdca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=485258
@ -4074,6 +4074,7 @@
|
||||
SUBDIR += pecl-params
|
||||
SUBDIR += pecl-propro
|
||||
SUBDIR += pecl-propro2
|
||||
SUBDIR += pecl-psr
|
||||
SUBDIR += pecl-pthreads
|
||||
SUBDIR += pecl-pthreads2
|
||||
SUBDIR += pecl-qb
|
||||
|
16
devel/pecl-psr/Makefile
Normal file
16
devel/pecl-psr/Makefile
Normal file
@ -0,0 +1,16 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= psr
|
||||
PORTVERSION= 0.6.1
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Provides accepted PSR interfaces
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||
|
||||
USES= php:pecl
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/pecl-psr/distinfo
Normal file
3
devel/pecl-psr/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1542441591
|
||||
SHA256 (PECL/psr-0.6.1.tgz) = 57ccc6293ddb56b3cae2620bb3dc00f145d5edb42e38b160d93ed968fcbb1bae
|
||||
SIZE (PECL/psr-0.6.1.tgz) = 25747
|
5
devel/pecl-psr/pkg-descr
Normal file
5
devel/pecl-psr/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
This PHP extension provides the interfaces from the PSR standards as established
|
||||
by the PHP-FIG group. You can use interfaces provided by this extension in
|
||||
another extension easily.
|
||||
|
||||
WWW: https://github.com/jbboehr/php-psr
|
Loading…
Reference in New Issue
Block a user