13 lines
341 B
Makefile
13 lines
341 B
Makefile
# $NetBSD: Makefile,v 1.4 2013/02/23 14:59:56 phonohawk Exp $
|
|
#
|
|
|
|
DISTNAME= failure-0.2.0.1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Simple type class for success/failure computations
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../wip/mk/haskell.mk"
|
|
.include "../../wip/hs-transformers/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|