MissingH-1.1.1.0 -> MissingH-1.2.0.0 hslogger-1.1.5 -> hslogger-1.2.1 HaXml-1.23.3 -> HaXml-1.24 libxml-sax-0.7.3 -> libxml-sax-0.7.4 polyparse-1.7 -> polyparse-1.9 OK kili@
25 lines
542 B
Makefile
25 lines
542 B
Makefile
# $OpenBSD: Makefile,v 1.20 2013/06/25 07:28:54 dcoppa Exp $
|
|
|
|
COMMENT = utilities for manipulating XML documents
|
|
|
|
DISTNAME = HaXml-1.24
|
|
CATEGORIES = textproc
|
|
HOMEPAGE = http://projects.haskell.org/HaXml/
|
|
|
|
MAINTAINER = David Coppa <dcoppa@openbsd.org>
|
|
|
|
WANTLIB = c m pthread util
|
|
|
|
# GPLv2 / LGPLv2.1
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = lang/ghc converters/libiconv
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
RUN_DEPENDS += devel/hs-random \
|
|
textproc/hs-polyparse>=1.9
|
|
BUILD_DEPENDS += ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|