194298702a
Required by some other stuff, especially the upcomming darcs update. Not yet wired to the build.
23 lines
470 B
Makefile
23 lines
470 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2010/04/08 14:37:53 kili Exp $
|
|
|
|
COMMENT = lazy binary serialisation for Haskell values
|
|
|
|
DISTNAME = binary-0.5.0.2
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = http://code.haskell.org/binary/
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|