19 lines
634 B
Makefile
19 lines
634 B
Makefile
# $NetBSD: Makefile,v 1.2 2013/03/02 11:24:03 phonohawk Exp $
|
|
#
|
|
|
|
DISTNAME= test-framework-0.8
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Framework for running and organising tests
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../wip/mk/haskell.mk"
|
|
.include "../../wip/hs-ansi-terminal/buildlink3.mk"
|
|
.include "../../wip/hs-ansi-wl-pprint/buildlink3.mk"
|
|
.include "../../wip/hs-extensible-exceptions/buildlink3.mk"
|
|
.include "../../wip/hs-hostname/buildlink3.mk"
|
|
.include "../../wip/hs-random/buildlink3.mk"
|
|
.include "../../wip/hs-regex-posix/buildlink3.mk"
|
|
.include "../../wip/hs-xml/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|