diff --git a/devel/Makefile b/devel/Makefile index 69686ae4345a..c71e1eeb72b1 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/pecl-psr/Makefile b/devel/pecl-psr/Makefile new file mode 100644 index 000000000000..daadb7a2a026 --- /dev/null +++ b/devel/pecl-psr/Makefile @@ -0,0 +1,16 @@ +# Created by: Po-Chuan Hsieh +# $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 diff --git a/devel/pecl-psr/distinfo b/devel/pecl-psr/distinfo new file mode 100644 index 000000000000..0d115086d697 --- /dev/null +++ b/devel/pecl-psr/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1542441591 +SHA256 (PECL/psr-0.6.1.tgz) = 57ccc6293ddb56b3cae2620bb3dc00f145d5edb42e38b160d93ed968fcbb1bae +SIZE (PECL/psr-0.6.1.tgz) = 25747 diff --git a/devel/pecl-psr/pkg-descr b/devel/pecl-psr/pkg-descr new file mode 100644 index 000000000000..ab7f6e8911b1 --- /dev/null +++ b/devel/pecl-psr/pkg-descr @@ -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