53e39ea080
functions for all basic Haskell98 types. ok jasper@
19 lines
381 B
Makefile
19 lines
381 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2012/10/31 19:17:28 kili Exp $
|
|
|
|
COMMENT = combinators for building fast hashing functions
|
|
|
|
DISTNAME = data-hash-0.1.0.0
|
|
CATEGORIES = devel
|
|
|
|
# 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>
|