diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-09-22 08:13:53 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-09-22 08:13:53 +0000 |
commit | 691d1cee767073dd417a46bc63c432af6a89336c (patch) | |
tree | c891fc2141b69786dd8888601a61d39f965640b5 /net-im | |
parent | c50854ad9c954821a0b5f4fe0babafdb0a921d72 (diff) | |
download | ports-691d1cee767073dd417a46bc63c432af6a89336c.tar.gz ports-691d1cee767073dd417a46bc63c432af6a89336c.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/hs-haskell-xmpp/Makefile | 3 |
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> |