2012-12-02 15:26:18 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.15 2012/12/02 20:26:18 kili Exp $
|
2010-04-06 11:10:56 -04:00
|
|
|
|
|
|
|
COMMENT = Monadic parser combinators
|
|
|
|
|
2012-12-02 15:26:18 -05:00
|
|
|
DISTNAME = parsec-3.1.3
|
2010-04-06 11:10:56 -04:00
|
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = http://www.cs.uu.nl/~daan/parsec.html
|
|
|
|
|
|
|
|
MAINTAINER = Matthias Kilian <kili@openbsd.org>
|
|
|
|
|
|
|
|
# BSD3
|
|
|
|
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
|
|
|
|
|
2012-09-02 16:14:40 -04:00
|
|
|
RUN_DEPENDS = devel/hs-mtl \
|
|
|
|
devel/hs-text>=0.2,<0.12
|
2011-04-23 10:32:50 -04:00
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
|
2010-04-06 11:10:56 -04:00
|
|
|
.include <bsd.port.mk>
|