18 lines
462 B
Makefile
18 lines
462 B
Makefile
# New ports collection makefile for: hs-checkers
|
|
# Date created: December 20 2009
|
|
# Whom: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= checkers
|
|
PORTVERSION= 0.2.6
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Check properties on standard Haskell classes and data structures
|
|
|
|
USE_HACKAGE= QuickCheck>=2.1.0.2
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|