opnsense-ports/devel/pecl-params/Makefile
Franco Fichtner d05851677d */*: sync with upstream
Taken from: HardenedBSD
2017-12-14 17:19:33 +01:00

17 lines
357 B
Makefile

# Created by: Ditesh Shashikant Gathani <ditesh@gathani.org>
# $FreeBSD$
PORTNAME= params
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= devel pear
MAINTAINER= joneum@FreeBSD.org
COMMENT= PECL extension for a userspace equivalent of zend_parse_parameters()
USES= php:pecl
IGNORE_WITH_PHP= 70 71 72
CONFIGURE_ARGS= --enable-params
.include <bsd.port.mk>