13 lines
325 B
Makefile
13 lines
325 B
Makefile
# $NetBSD: Makefile,v 1.7 2013/01/15 09:24:49 phonohawk Exp $
|
|
#
|
|
|
|
DISTNAME= QuickCheck-2.5.1.1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Automatic testing of Haskell programs
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../wip/mk/haskell.mk"
|
|
.include "../../wip/hs-random/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|