freebsd-ports/devel/pecl-psr/Makefile
Sunpoet Po-Chuan Hsieh 209a64fdca 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
2018-11-18 20:36:26 +00:00

16 lines
287 B
Makefile

# 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>