pkgsrc-wip/MissingH/Makefile
PHO / phonohawk 0fdbca9029 Import MissingH-1.0.2.1 as wip/MissingH.
MissingH is a library of all sorts of utility functions for Haskell
programmers. It is written in pure Haskell and thus should be
extremely portable and easy to use.
2008-11-17 08:09:43 +00:00

16 lines
516 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/11/17 08:09:43 phonohawk Exp $
#
DISTNAME= MissingH-1.0.2.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_HASKELL_HACKAGE:=MissingH/1.0.2.1/}
MAINTAINER= pho@cielonegro.org
HOMEPAGE= http://software.complete.org/software/projects/show/missingh
COMMENT= Library of utility functions for Haskell programmers
USE_LANGUAGES= # none
.include "../../wip/mk/haskell.mk" # This should be "../../mk/haskell.mk"
.include "../../wip/hslogger/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"