freebsd-ports/devel/hs-QuickCheck/Makefile
Gabor Pali ccfe210c86 - Update to 2.4.2
Obtained from:	FreeBSD Haskell
2012-06-03 21:32:25 +00:00

19 lines
432 B
Makefile

# New ports collection makefile for: hs-QuickCheck
# Date created: July 09 2009
# Whom: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
#
# $FreeBSD$
PORTNAME= QuickCheck
PORTVERSION= 2.4.2
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Library for random testing in haskell
LICENSE= BSD
USE_CABAL= random
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>