freebsd-ports/devel/hs-checkers/Makefile

23 lines
500 B
Makefile
Raw Normal View History

# 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.9
PORTREVISION= 1
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Check properties on standard classes and data structures
LICENSE= BSD
FILE_LICENSE= COPYING
USE_CABAL= QuickCheck>=2.3
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>