2013-03-11 06:50:00 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.3 2013/03/11 10:50:07 espie Exp $
|
2012-10-31 15:17:28 -04:00
|
|
|
|
|
|
|
COMMENT = combinators for building fast hashing functions
|
|
|
|
|
|
|
|
DISTNAME = data-hash-0.1.0.0
|
2013-01-20 12:56:05 -05:00
|
|
|
REVISION = 0
|
2012-10-31 15:17:28 -04:00
|
|
|
CATEGORIES = devel
|
|
|
|
|
|
|
|
# BSD3
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
|
|
|
MODULES = lang/ghc
|
|
|
|
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|