freebsd-ports/math/py-fpconst/Makefile
Kirill Ponomarev d9fabef740 Add py-fpconst 0.6.0, utilities for handling IEEE 754 floating
point special values.

PR:		57708
Submitted by:	Rui Lopes <rui@ruilopes.com>
2003-10-07 20:00:53 +00:00

19 lines
478 B
Makefile

# 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>