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 /archivers | |
parent | c50854ad9c954821a0b5f4fe0babafdb0a921d72 (diff) | |
download | ports-691d1cee767073dd417a46bc63c432af6a89336c.tar.gz ports-691d1cee767073dd417a46bc63c432af6a89336c.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/hs-zlib-enum/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/archivers/hs-zlib-enum/Makefile b/archivers/hs-zlib-enum/Makefile index b8a0736b8d39..e50c169bcf3f 100644 --- a/archivers/hs-zlib-enum/Makefile +++ b/archivers/hs-zlib-enum/Makefile @@ -12,5 +12,8 @@ LICENSE= MIT USE_CABAL= enumerator>=0.4 zlib-bindings>=0.1 +DEPRECATED= Doesn't build with recent GHC version +EXPIRATION_DATE= 2018-10-22 + .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |