4fdf20daa7
converted to a hash value. This class exists for the benefit of hashing-based data structures. The package provides instances for basic types and a way to combine hash values. ok dcoppa@
22 lines
424 B
Makefile
22 lines
424 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2012/01/15 16:58:28 kili Exp $
|
|
|
|
COMMENT = class for hashable data types
|
|
|
|
DISTNAME = hashable-1.1.2.2
|
|
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
|
|
|
|
RUN_DEPENDS = devel/hs-text
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|