freebsd-ports/math/hs-math-functions/Makefile
Wen Heping c525883df8 - Update to 0.1.1.1
Feature safe:	yes
2012-04-05 14:19:07 +00:00

22 lines
451 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
CATEGORIES= math haskell
MAINTAINER= wen@FreeBSD.org
COMMENT= Special mathematical functions and Chebyshev polynomials
LICENSE= BSD
USE_CABAL= erf>=2 vector>=0.7
CABAL_SETUP= Setup.hs
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>