91cada5ec8
Obtained from: FreeBSD Haskell
21 lines
505 B
Makefile
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>
|