1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/math/py-fpconst/Makefile
Pav Lucistnik 9badc0b806 - Update to 0.7.1
PR:		ports/75408
Submitted by:	Marcus Grando <marcus@corp.grupos.com.br>
Approved by:	Rui Lopes <rui@ruilopes.com> (maintainer)
2004-12-30 06:39:54 +00:00

20 lines
463 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.1
CATEGORIES= math python
MASTER_SITES= http://research.warnes.net/~warnes/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>