aboutsummaryrefslogtreecommitdiff
path: root/textproc/hs-libxml-sax/Makefile
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2014-08-10 22:34:50 +0000
committerGabor Pali <pgj@FreeBSD.org>2014-08-10 22:34:50 +0000
commitcc555442337c7591ab5c3fd19ad8e3e185a256b0 (patch)
treea6a0dfa4f440949889fc7b609c83f74555f6894e /textproc/hs-libxml-sax/Makefile
parent5e492199d1e024a681c6d21087c8d948cb3b7bc3 (diff)
downloadports-cc555442337c7591ab5c3fd19ad8e3e185a256b0.tar.gz
ports-cc555442337c7591ab5c3fd19ad8e3e185a256b0.zip
Notes
Diffstat (limited to 'textproc/hs-libxml-sax/Makefile')
-rw-r--r--textproc/hs-libxml-sax/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/textproc/hs-libxml-sax/Makefile b/textproc/hs-libxml-sax/Makefile
new file mode 100644
index 000000000000..4c3347d92522
--- /dev/null
+++ b/textproc/hs-libxml-sax/Makefile
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME= libxml-sax
+PORTVERSION= 0.7.5
+CATEGORIES= textproc haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Bindings for the libXML2 SAX interface
+
+LICENSE= MIT
+
+USE_CABAL= text>=0.7 xml-types>=0.3
+
+USES= pkgconfig
+LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>