15 lines
428 B
Makefile
15 lines
428 B
Makefile
# $NetBSD: Makefile,v 1.8 2022/02/26 03:57:56 pho Exp $
|
|
|
|
DISTNAME= hashtables-1.3
|
|
PKGREVISION= 2
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Mutable hash tables in the ST monad
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../devel/hs-hashable/buildlink3.mk"
|
|
.include "../../devel/hs-primitive/buildlink3.mk"
|
|
.include "../../devel/hs-vector/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|