39e8e214b7
optimized for performance critical use, both in terms of large data quantities and high speed. The declared cost of each operation is either worst-case or amortized, but remains valid even if structures are shared. ok ajacoutot@
23 lines
496 B
Makefile
23 lines
496 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2012/01/23 21:00:08 kili Exp $
|
|
|
|
COMMENT = efficient hashing-based container types
|
|
|
|
DISTNAME = unordered-containers-0.1.4.6
|
|
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-deepseq>=1.1,<1.4 \
|
|
devel/hs-hashable>=1.0.1.1,<1.2
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|