diff options
Diffstat (limited to 'textproc/hs-hxt-regex-xmlschema/Makefile')
-rw-r--r-- | textproc/hs-hxt-regex-xmlschema/Makefile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/textproc/hs-hxt-regex-xmlschema/Makefile b/textproc/hs-hxt-regex-xmlschema/Makefile deleted file mode 100644 index cbd5cf2c74c5..000000000000 --- a/textproc/hs-hxt-regex-xmlschema/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= hxt-regex-xmlschema -PORTVERSION= 9.2.0.3 -PORTREVISION= 4 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Regular expression library for W3C XML Schema regular expressions - -LICENSE= MIT - -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= hxt-charproperties>=9.0 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include <bsd.port.mk> |