13 lines
352 B
Makefile
13 lines
352 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2012/03/04 07:34:47 phonohawk Exp $
|
|
#
|
|
|
|
DISTNAME= stringtable-atom-0.0.6.1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Memorize Strings as Atoms for fast comparison and sorting
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../wip/mk/haskell.mk"
|
|
.include "../../wip/hs-syb/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|