blob: 9d6f7de25e9ad443618c24eab1017470089c29e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: Makefile,v 1.1 2014/05/16 20:31:58 szptvlfn Exp $
DISTNAME= mtl-2.2.0.1
CATEGORIES= devel
MAINTAINER= pho@cielonegro.org
COMMENT= Monad classes using functional dependencies
LICENSE= modified-bsd
.include "../../mk/haskell.mk"
.include "../../devel/hs-transformers/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|