openbsd-ports/devel/hs-binary/Makefile
2013-03-11 10:50:00 +00:00

21 lines
402 B
Makefile

# $OpenBSD: Makefile,v 1.13 2013/03/11 10:50:06 espie Exp $
COMMENT = lazy binary serialisation for Haskell values
DISTNAME = binary-0.5.0.2
REVISION = 9
CATEGORIES = devel
HOMEPAGE = http://code.haskell.org/binary/
MAINTAINER = Matthias Kilian <kili@openbsd.org>
# BSD3
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/ghc
MODGHC_BUILD = cabal hackage haddock register
.include <bsd.port.mk>