diff options
Diffstat (limited to 'textproc/hs-libxml')
-rw-r--r-- | textproc/hs-libxml/Makefile | 22 | ||||
-rw-r--r-- | textproc/hs-libxml/distinfo | 3 | ||||
-rw-r--r-- | textproc/hs-libxml/pkg-descr | 4 |
3 files changed, 0 insertions, 29 deletions
diff --git a/textproc/hs-libxml/Makefile b/textproc/hs-libxml/Makefile deleted file mode 100644 index 3516395f08f9..000000000000 --- a/textproc/hs-libxml/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $FreeBSD$ - -PORTNAME= libxml -PORTVERSION= 0.1.1 -PORTREVISION= 21 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Binding to libxml2 - -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= mtl -USE_GNOME= libxml2 - -CONFIGURE_ARGS+= --extra-include-dirs="${LOCALBASE}/include/libxml2" - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include <bsd.port.mk> diff --git a/textproc/hs-libxml/distinfo b/textproc/hs-libxml/distinfo deleted file mode 100644 index ecaedf942aae..000000000000 --- a/textproc/hs-libxml/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499624834 -SHA256 (cabal/libxml-0.1.1.tar.gz) = d1e92affb41e7abe1c7b692aa24ae47dbcf3636f2753bb85a3469c370d9afb07 -SIZE (cabal/libxml-0.1.1.tar.gz) = 3959 diff --git a/textproc/hs-libxml/pkg-descr b/textproc/hs-libxml/pkg-descr deleted file mode 100644 index 1fbf9c4d4b1e..000000000000 --- a/textproc/hs-libxml/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Minimal binding to libxml2. Additional functions will be added when -needed. - -WWW: http://hackage.haskell.org/package/libxml |