aboutsummaryrefslogtreecommitdiffstats
path: root/security/hs-cryptohash-cryptoapi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/hs-cryptohash-cryptoapi/Makefile')
-rw-r--r--security/hs-cryptohash-cryptoapi/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/security/hs-cryptohash-cryptoapi/Makefile b/security/hs-cryptohash-cryptoapi/Makefile
deleted file mode 100644
index 60292b1b80a7..000000000000
--- a/security/hs-cryptohash-cryptoapi/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= cryptohash-cryptoapi
-PORTVERSION= 0.1.4
-PORTREVISION= 4
-CATEGORIES= security haskell
-
-MAINTAINER= haskell@FreeBSD.org
-COMMENT= Crypto-api interfaces for cryptohash
-
-LICENSE= BSD3CLAUSE
-
-DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org
-EXPIRATION_DATE= 2019-04-14
-
-USE_CABAL= cereal>=0.2 crypto-api>=0.11 cryptohash>=0.8.0 tagged>=0.1
-
-.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
-.include <bsd.port.mk>