openbsd-ports/devel/hs-parallel/Makefile

19 lines
343 B
Makefile
Raw Normal View History

2013-03-11 06:50:00 -04:00
# $OpenBSD: Makefile,v 1.16 2013/03/11 10:50:08 espie Exp $
COMMENT = parallel programming library
2012-12-02 15:26:48 -05:00
DISTNAME = parallel-3.2.0.3
2013-01-20 12:56:05 -05:00
REVISION = 0
CATEGORIES = devel
MAINTAINER = Matthias Kilian <kili@openbsd.org>
# BSD3
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/ghc
MODGHC_BUILD = cabal hackage haddock register
.include <bsd.port.mk>