pkgsrc-wip/hs-MemoTrie/Makefile
Ryosuke Moro 2b9d45fb11 MemoTrie provides a basis for memoized functions over some domains, using
tries. It's based on ideas from Ralf Hinze and code from Spencer Janssen.

Project wiki page: http://haskell.org/haskellwiki/MemoTrie
2013-05-24 21:46:56 +00:00

14 lines
364 B
Makefile

# $NetBSD: Makefile,v 1.1 2013/05/24 21:46:56 szptvlfn Exp $
DISTNAME= MemoTrie-0.6.1
CATEGORIES= devel
MAINTAINER= szptvlfn@a-net.email.ne.jp
HOMEPAGE= http://haskell.org/haskellwiki/MemoTrie
COMMENT= Trie-based memo functions
LICENSE= modified-bsd
.include "../../wip/mk/haskell.mk"
.include "../../wip/hs-void//buildlink3.mk"
.include "../../mk/bsd.pkg.mk"