summaryrefslogtreecommitdiff
path: root/devel/pecl-params/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pecl-params/Makefile')
-rw-r--r--devel/pecl-params/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/pecl-params/Makefile b/devel/pecl-params/Makefile
deleted file mode 100644
index 5ac8d82026db..000000000000
--- a/devel/pecl-params/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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()
-
-DEPRECATED= Works only with EOL php 5.6
-EXPIRATION_DATE= 2018-12-30
-
-USES= php:pecl
-IGNORE_WITH_PHP= 71 72 73
-
-CONFIGURE_ARGS= --enable-params
-
-.include <bsd.port.mk>