aboutsummaryrefslogtreecommitdiff
path: root/textproc/hs-HaXml/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/hs-HaXml/Makefile')
-rw-r--r--textproc/hs-HaXml/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/textproc/hs-HaXml/Makefile b/textproc/hs-HaXml/Makefile
deleted file mode 100644
index 247da71e902a..000000000000
--- a/textproc/hs-HaXml/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# Created by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
-# $FreeBSD$
-
-PORTNAME= HaXml
-PORTVERSION= 1.25.4
-PORTREVISION= 2
-CATEGORIES= textproc haskell
-
-MAINTAINER= haskell@FreeBSD.org
-COMMENT= Utilities for manipulating XML documents
-
-LICENSE= LGPL21
-
-USE_CABAL= polyparse>=1.10 random
-
-EXECUTABLE= Canonicalise CanonicaliseLazy DtdToHaskell FpMLToHaskell \
- MkOneOf Validate XsdToHaskell Xtract
-
-IGNORE= Doesn't build with recent GHC version
-DEPRECATED= Doesn't build with recent GHC version
-EXPIRATION_DATE= 2018-10-22
-
-.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
-.include <bsd.port.mk>