14 lines
345 B
Makefile
14 lines
345 B
Makefile
# $NetBSD: Makefile,v 1.6 2011/01/14 06:52:43 phonohawk Exp $
|
|
#
|
|
|
|
DISTNAME= mtl-2.0.1.0
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel
|
|
LICENSE= modified-bsd
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Monad classes using functional dependencies
|
|
|
|
.include "../../wip/mk/haskell.mk"
|
|
.include "../../wip/hs-transformers/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|