920bb04818
Needed by an upcoming port of hs-dbus. OK kili@ libxml-sax are Haskell bindings to the libXML2 SAX (Simple API for XML) interface.
26 lines
574 B
Makefile
26 lines
574 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2012/10/15 07:50:57 dcoppa Exp $
|
|
|
|
COMMENT = Haskell bindings to the libXML2 SAX interface
|
|
|
|
DISTNAME = libxml-sax-0.7.3
|
|
CATEGORIES = textproc
|
|
|
|
HOMEPAGE = https://john-millikin.com/software/haskell-libxml/
|
|
|
|
MAINTAINER = David Coppa <dcoppa@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = lang/ghc
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
RUN_DEPENDS = textproc/hs-xml-types>=0.3,<0.4
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|