aboutsummaryrefslogtreecommitdiffstats
path: root/math/py-fpconst/Makefile
blob: e32383416f7b9375fbab0c0281680f6dc6d2ed7a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# New ports collection makefile for:    py-fpconst
# Date created:             7 Oct 2003
# Whom:                 Rui Lopes <rui@ruilopes.com>
#
# $FreeBSD$

PORTNAME=       fpconst
PORTVERSION=        0.7.2
CATEGORIES=     math python
MASTER_SITES=       http://research.warnes.net/~warnes/fpconst/
PKGNAMEPREFIX=      ${PYTHON_PKGNAMEPREFIX}

MAINTAINER=     rui@ruilopes.com
COMMENT=        Utilities for handling IEEE 754 floating point special values

USE_PYTHON=     yes
USE_PYDISTUTILS=    yes

.include <bsd.port.mk>