pkgsrc-wip/hs-test-framework-hunit/Makefile
PHO / phonohawk a8fd8a06e8 Import hs-test-framework-hunit-0.2.6 as wip/hs-test-framework-hunit.
Allows HUnit test cases to be used with the test-framework package.
2011-12-04 13:33:25 +00:00

14 lines
396 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/12/04 13:33:25 phonohawk Exp $
#
DISTNAME= test-framework-hunit-0.2.6
CATEGORIES= devel
MAINTAINER= pho@cielonegro.org
COMMENT= HUnit support for the test-framework package
LICENSE= modified-bsd
.include "../../wip/mk/haskell.mk"
.include "../../wip/hs-HUnit/buildlink3.mk"
.include "../../wip/hs-test-framework/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"