15 lines
386 B
Makefile
15 lines
386 B
Makefile
# $NetBSD: Makefile,v 1.7 2013/02/26 12:28:25 phonohawk Exp $
|
|
#
|
|
|
|
DISTNAME= pointfree-1.0.4.3
|
|
PKGNAME= ${DISTNAME}
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Convert Haskell expressions to pointfree form
|
|
LICENSE= mit
|
|
|
|
.include "../../wip/mk/haskell.mk"
|
|
.include "../../wip/hs-mtl/buildlink3.mk"
|
|
.include "../../wip/hs-parsec/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|