1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/math/hs-probability/Makefile
Gabor Pali 7db46ac0b3 - Update to 0.2.3.1
PR:		ports/164689
Submitted by:	wen
2012-02-13 05:11:36 +00:00

22 lines
495 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.3.1
CATEGORIES= math haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Probabilistic Functional Programming
LICENSE= BSD
FILE_LICENSE= COPYRIGHT
USE_CABAL= transformers>=0.0.1 utility-ht>=0.0.6
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>