1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/math/py-fpconst/Makefile
Michael Johnson 42e744109f - Fix fetch by updating MASTER_SITES
Only $Id$ tags change and Changelog was added
diff to distfiles can been seen
http://people.freebsd.org/~ahze/patches/py-fpconst.diff

Submitted by:	maintainer via irc.freenode.org/#FreeBSD-GNOME
2006-06-07 21:03:08 +00:00

20 lines
456 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.7.2
CATEGORIES= math python
MASTER_SITES= http://mac.warnes.net/~warnes/files/
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>