aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2018-09-22 08:13:53 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2018-09-22 08:13:53 +0000
commit691d1cee767073dd417a46bc63c432af6a89336c (patch)
treec891fc2141b69786dd8888601a61d39f965640b5 /net-im
parentc50854ad9c954821a0b5f4fe0babafdb0a921d72 (diff)
downloadports-691d1cee767073dd417a46bc63c432af6a89336c.tar.gz
ports-691d1cee767073dd417a46bc63c432af6a89336c.zip
Deprecate ports that don't build with recent GHC version
Notes
Notes: svn path=/head/; revision=480361
Diffstat (limited to 'net-im')
-rw-r--r--net-im/hs-haskell-xmpp/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net-im/hs-haskell-xmpp/Makefile b/net-im/hs-haskell-xmpp/Makefile
index 6e8e57b6ff25..5c27dd394951 100644
--- a/net-im/hs-haskell-xmpp/Makefile
+++ b/net-im/hs-haskell-xmpp/Makefile
@@ -13,5 +13,8 @@ LICENSE= BSD3CLAUSE
USE_CABAL= HaXml>=1.23.3 html mtl>=1.0 network \
polyparse random regex-compat utf8-string
+DEPRECATED= Doesn't build with recent GHC version
+EXPIRATION_DATE= 2018-10-22
+
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>