summaryrefslogtreecommitdiff
path: root/net/pecl-yp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/pecl-yp/Makefile')
-rw-r--r--net/pecl-yp/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/net/pecl-yp/Makefile b/net/pecl-yp/Makefile
deleted file mode 100644
index 4f5e0aad9d5c..000000000000
--- a/net/pecl-yp/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# Created by: Gasol Wu <gasol.wu@gmail.com>
-# $FreeBSD$
-
-PORTNAME= yp
-PORTVERSION= 1.0.1
-PORTREVISION= 1
-CATEGORIES= net pear
-
-MAINTAINER= gasol.wu@gmail.com
-COMMENT= YP/NIS functions binding for PHP
-
-DEPRECATED= Works only with EOL php 5.6
-EXPIRATION_DATE= 2018-12-30
-
-LICENSE= PHP301
-
-USES= php:pecl
-IGNORE_WITH_PHP= 71 72 73
-
-.include <bsd.port.mk>