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
|
2005-04-10 00:03:19 +02:00
|
|
|
PORTVERSION= 0.7.2
|
2003-10-07 22:00:53 +02:00
|
|
|
CATEGORIES= math python
|
2006-06-07 23:03:08 +02:00
|
|
|
MASTER_SITES= http://mac.warnes.net/~warnes/files/
|
2003-10-07 22:00:53 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2007-01-26 17:13:11 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-10-07 22:00:53 +02:00
|
|
|
COMMENT= Utilities for handling IEEE 754 floating point special values
|
|
|
|
|
2006-10-09 08:55:14 +02:00
|
|
|
MASTER_SITE_FREEBSD= yes
|
2003-10-07 22:00:53 +02:00
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|