20 lines
391 B
Makefile
20 lines
391 B
Makefile
# $OpenBSD: Makefile,v 1.2 2013/01/20 18:01:18 kili Exp $
|
|
|
|
COMMENT = combinators for building fast hashing functions
|
|
|
|
DISTNAME = data-hash-0.1.0.0
|
|
REVISION = 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>
|