summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-11-17 17:31:49 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-11-17 17:31:49 +0000
commit517ee69684c8c458f44599933acba253088ab0ba (patch)
tree8ca096772921ed1d37bcd0eb9b3c35fccaeae6fa
parentRemove BUILD_DEPENDS (diff)
Mark BROKEN, DEPRECATED and set EXPIRATION_DATE to 2018-11-30
Notes
Notes: svn path=/head/; revision=485154
-rw-r--r--net/pecl-gupnp/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/pecl-gupnp/Makefile b/net/pecl-gupnp/Makefile
index 2c2d2330fe83..402f88911107 100644
--- a/net/pecl-gupnp/Makefile
+++ b/net/pecl-gupnp/Makefile
@@ -11,6 +11,10 @@ COMMENT= GUPnP wrapper extension
LICENSE= PHP301
+BROKEN= does not build with latest gssdp and gupnp
+DEPRECATED= does not build with latest gssdp and gupnp
+EXPIRATION_DATE=2018-11-30
+
LIB_DEPENDS= libgupnp-1.0.so:net/gupnp
IGNORE_WITH_PHP=70 71 72 73