2013-03-11 07:35:43 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.19 2013/03/11 11:42:41 espie Exp $
|
2010-04-28 12:06:40 -04:00
|
|
|
|
2010-09-24 06:09:42 -04:00
|
|
|
COMMENT = utilities for manipulating XML documents
|
2010-04-28 12:06:40 -04:00
|
|
|
|
2012-09-02 17:22:55 -04:00
|
|
|
DISTNAME = HaXml-1.23.3
|
2013-01-20 12:56:05 -05:00
|
|
|
REVISION = 2
|
2010-04-28 12:06:40 -04:00
|
|
|
CATEGORIES = textproc
|
2011-05-26 04:13:25 -04:00
|
|
|
HOMEPAGE = http://projects.haskell.org/HaXml/
|
2010-04-28 12:06:40 -04:00
|
|
|
|
|
|
|
MAINTAINER = David Coppa <dcoppa@openbsd.org>
|
|
|
|
|
2012-10-11 10:06:34 -04:00
|
|
|
WANTLIB = c m pthread util
|
2010-04-28 12:06:40 -04:00
|
|
|
|
|
|
|
# GPLv2 / LGPLv2.1
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
|
|
|
MODULES = lang/ghc converters/libiconv
|
|
|
|
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
|
2012-09-02 17:22:55 -04:00
|
|
|
RUN_DEPENDS += devel/hs-random \
|
|
|
|
textproc/hs-polyparse>=1.5
|
2011-05-26 04:13:25 -04:00
|
|
|
BUILD_DEPENDS += ${RUN_DEPENDS}
|
|
|
|
|
2010-04-28 12:06:40 -04:00
|
|
|
.include <bsd.port.mk>
|