17 lines
312 B
Makefile
17 lines
312 B
Makefile
# $OpenBSD: Makefile,v 1.3 2013/03/11 10:50:07 espie Exp $
|
|
|
|
COMMENT = combinators for building fast hashing functions
|
|
|
|
DISTNAME = data-hash-0.1.0.0
|
|
REVISION = 0
|
|
CATEGORIES = devel
|
|
|
|
# BSD3
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = lang/ghc
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
.include <bsd.port.mk>
|