summaryrefslogtreecommitdiff
path: root/devel/pecl-statgrab/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pecl-statgrab/Makefile')
-rw-r--r--devel/pecl-statgrab/Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/devel/pecl-statgrab/Makefile b/devel/pecl-statgrab/Makefile
deleted file mode 100644
index 81d134251d47..000000000000
--- a/devel/pecl-statgrab/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# Created by: Tim Bishop <tim@bishnet.net>
-# $FreeBSD$
-
-PORTNAME= statgrab
-PORTVERSION= 0.6.0
-PORTREVISION= 2
-CATEGORIES= devel pear
-DISTNAME= Statgrab-${PORTVERSION}
-
-MAINTAINER= tdb@FreeBSD.org
-COMMENT= PECL extension to retrieve information from libstatgrab
-
-DEPRECATED= Works only with EOL php 5.6
-EXPIRATION_DATE= 2018-12-30
-
-LIB_DEPENDS= libstatgrab0.so:devel/libstatgrab0
-
-USES= php:pecl
-IGNORE_WITH_PHP= 71 72 73
-
-CONFIGURE_ARGS= --with-statgrab=${LOCALBASE}
-
-.include <bsd.port.mk>