freebsd-ports/math/hs-math-functions/Makefile
Gabor Pali 46e9ab0ca5 - Update The Glorious Glasgow Haskell Compiler to version 7.4.1
Please note that port revision for all the Haskell ports without version changes
are also bumped.  Other per-port updates are coming soon (in separate commits)!
In addition to that, separate -docs ports are no longer needed so they are
now removed.

Thanks ashish@ for the assistance.

Obtained from:	FreeBSD Haskell
2012-06-03 20:52:29 +00:00

23 lines
467 B
Makefile

# New ports collection makefile for: hs-math-functions
# Date created: Feb 2, 2012
# Whom: Wen Heping<wen@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= math-functions
PORTVERSION= 0.1.1.1
PORTREVISION= 1
CATEGORIES= math haskell
MAINTAINER= wen@FreeBSD.org
COMMENT= Special mathematical functions and Chebyshev polynomials
LICENSE= BSD
CABAL_SETUP= Setup.hs
USE_CABAL= erf>=2 vector>=0.7
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>