openbsd-ports/textproc/hs-polyparse/Makefile

23 lines
470 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.8 2013/03/11 11:42:41 espie Exp $
COMMENT = alternative parser combinator libraries
2011-12-05 09:54:13 -05:00
DISTNAME = polyparse-1.7
2013-01-20 12:56:05 -05:00
REVISION = 3
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>