diff options
Diffstat (limited to 'devel/hs-asn1-encoding/Makefile')
-rw-r--r-- | devel/hs-asn1-encoding/Makefile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/devel/hs-asn1-encoding/Makefile b/devel/hs-asn1-encoding/Makefile deleted file mode 100644 index 001fbe75352b..000000000000 --- a/devel/hs-asn1-encoding/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= asn1-encoding -PORTVERSION= 0.9.5 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= ASN1 data reader and writer in RAW, BER and DER forms - -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= asn1-types>=0.3.0 hourglass>=0.2.6 mtl - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include <bsd.port.mk> |