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@
22 lines
457 B
Makefile
22 lines
457 B
Makefile
# $OpenBSD: Makefile,v 1.9 2013/06/25 07:28:54 dcoppa Exp $
|
|
|
|
COMMENT = alternative parser combinator libraries
|
|
|
|
DISTNAME = polyparse-1.9
|
|
CATEGORIES = textproc
|
|
HOMEPAGE = http://code.haskell.org/~malcolm/polyparse/
|
|
|
|
MAINTAINER = David Coppa <dcoppa@openbsd.org>
|
|
|
|
# LGPL
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = lang/ghc
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
RUN_DEPENDS += devel/hs-text
|
|
BUILD_DEPENDS += ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|