15 lines
335 B
Makefile
15 lines
335 B
Makefile
# $NetBSD: Makefile,v 1.2 2009/07/27 01:25:51 phonohawk Exp $
|
|
#
|
|
|
|
DISTNAME= HUnit-1.2.0.3
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
HOMEPAGE= http://hunit.sourceforge.net/
|
|
COMMENT= Unit testing framework for Haskell
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../wip/mk/haskell.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|