1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/math/hs-ieee754/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

20 lines
408 B
Makefile

# New ports collection makefile for: hs-ieee754
# Date created: April 7, 2012
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= ieee754
PORTVERSION= 0.7.3
PORTREVISION= 1
CATEGORIES= math haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Utilities for dealing with IEEE floating point numbers
LICENSE= BSD
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>