mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
7db46ac0b3
PR: ports/164689 Submitted by: wen
22 lines
495 B
Makefile
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>
|