1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/math/hs-statistics/Makefile
Gabor Pali db8a630740 - Teach the Haskell Cabal ports to use the new options framework
- Remove some cruft

Obtained from:	FreeBSD Haskell
2012-08-03 02:30:07 +00:00

26 lines
660 B
Makefile

# New ports collection makefile for: hs-statistics
# Date created: January 03 2010
# Whom: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
#
# $FreeBSD$
#
PORTNAME= statistics
PORTVERSION= 0.10.1.0
PORTREVISION= 1
CATEGORIES= math haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= A library of statistical types, data, and functions
LICENSE= BSD
USE_CABAL= erf math-functions>=0.1.1 monad-par>=0.1.0.1 \
mwc-random>=0.11.0.0 primitive>=0.3 vector>=0.7.1 \
vector-algorithms>=0.4
INSTALL_PORTDATA= ${INSTALL_DATA} ${WRKSRC}/README.markdown ${DATADIR}
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>