2003-10-07 22:00:53 +02:00
|
|
|
# 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
|
2004-05-18 11:23:05 +02:00
|
|
|
MASTER_SITES= http://www.analytics.washington.edu/downloads/fpconst/
|
2003-10-07 22:00:53 +02:00
|
|
|
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>
|