freebsd-ports/math/hs-probability/Makefile
Gabor Pali 91cada5ec8 - Update to 0.2.4
Obtained from:	FreeBSD Haskell
2012-06-03 22:16:16 +00:00

21 lines
505 B
Makefile

# New ports collection makefile for: hs-probability
# Date created: December 20 2009
# Whom: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
#
# $FreeBSD$
#
PORTNAME= probability
PORTVERSION= 0.2.4
CATEGORIES= math haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Probabilistic Functional Programming
LICENSE= BSD
FILE_LICENSE= COPYRIGHT
USE_CABAL= random>=1.0 transformers>=0.0.1 utility-ht>=0.0.6
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>