15 lines
463 B
Makefile
15 lines
463 B
Makefile
# $NetBSD: Makefile,v 1.4 2011/05/10 13:03:16 phonohawk Exp $
|
|
#
|
|
|
|
DISTNAME= regions-0.9
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Region monad for safely opening and working with scarce resources
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../wip/mk/haskell.mk"
|
|
.include "../../wip/hs-base-unicode-symbols/buildlink3.mk"
|
|
.include "../../wip/hs-monad-control/buildlink3.mk"
|
|
.include "../../wip/hs-transformers/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|