0ac8aba336
It's not obvious, but hs-ports dependencies should match the dependencies specified in the .cabal files as close as possible, to minimize breakage (and necessary bumps) after updates of some other hs-ports.
28 lines
612 B
Makefile
28 lines
612 B
Makefile
# $OpenBSD: Makefile,v 1.3 2012/11/09 21:00:17 kili Exp $
|
|
|
|
COMMENT = Haskell bindings to the libXML2 SAX interface
|
|
|
|
DISTNAME = libxml-sax-0.7.3
|
|
REVISION = 1
|
|
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 = devel/hs-text>=0.7,<0.12 \
|
|
textproc/hs-xml-types>=0.3,<0.4
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|