diff options
Diffstat (limited to 'security/hs-cipher-aes128/Makefile')
-rw-r--r-- | security/hs-cipher-aes128/Makefile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/security/hs-cipher-aes128/Makefile b/security/hs-cipher-aes128/Makefile deleted file mode 100644 index 6f29871619d4..000000000000 --- a/security/hs-cipher-aes128/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $FreeBSD$ - -PORTNAME= cipher-aes128 -PORTVERSION= 0.7.0.4 -PORTREVISION= 1 -CATEGORIES= security haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= AES and common modes using AES-NI when available - -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 crypto-api>=0.13 tagged - -FLAGS_DISABLE= test halvm - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include <bsd.port.mk> |