summaryrefslogtreecommitdiff
path: root/math/py-fpconst/Makefile
blob: a8d6437a815afeff1e479b947dcfff1e60bb0fba (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.6.0
CATEGORIES=		math python
MASTER_SITES=		http://www.analytics.washington.edu/Zope/projects/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>