summaryrefslogtreecommitdiff
path: root/devel/pecl-gearman/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pecl-gearman/Makefile')
-rw-r--r--devel/pecl-gearman/Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/devel/pecl-gearman/Makefile b/devel/pecl-gearman/Makefile
deleted file mode 100644
index 9bcca5337c6a..000000000000
--- a/devel/pecl-gearman/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# Created by: Gea-Suan Lin <gslin@gslin.org>
-# $FreeBSD$
-
-PORTNAME= gearman
-PORTVERSION= 1.1.2
-PORTREVISION= 1
-CATEGORIES= devel
-
-MAINTAINER= joneum@FreeBSD.org
-COMMENT= Gearman API
-
-DEPRECATED= Works only with EOL php 5.6
-EXPIRATION_DATE= 2018-12-30
-
-LICENSE= PHP301
-
-LIB_DEPENDS= libgearman.so:devel/gearmand
-
-USES= php:pecl
-CONFIGURE_ARGS= --with-gearman
-IGNORE_WITH_PHP= 71 72 73
-
-.include <bsd.port.mk>