mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
ec29a59ec3
ports which makes possible the direct translation of Cabal package descriptions to FreeBSD ports. It promises both easier addition and maintenance for Cabal-based ports.
21 lines
460 B
Makefile
21 lines
460 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.2
|
|
CATEGORIES= math haskell
|
|
|
|
MAINTAINER= jacula@gmail.com
|
|
COMMENT= Probabilistic Functional Programming in Haskell
|
|
|
|
USE_HACKAGE= transformers>=0.0.1
|
|
|
|
PORTDATA= *
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|