freebsd-ports/devel/pecl-strict/Makefile
2018-10-08 15:08:13 +00:00

17 lines
306 B
Makefile

# Created by: Gasol Wu <gasol.wu@gmail.com>
# $FreeBSD$
PORTNAME= strict
PORTVERSION= 0.4.1
PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= gasol.wu@gmail.com
COMMENT= Strict scalar parameter type hint support for 5.4+
LICENSE= PHP301
USES= php:pecl
IGNORE_WITH_PHP= 70 71 72 73
.include <bsd.port.mk>