freebsd-ports/math/py-fpconst/Makefile
Kirill Ponomarev 7c6788cf66 - Update MASTER_SITES
PR:		ports/66794
Submitted by:	maintainer
2004-05-18 09:23:05 +00:00

19 lines
474 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/downloads/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>