1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/math/py-fpconst/Makefile
Pav Lucistnik 86896646d7 - Update to 0.7.2
PR:		ports/79000
Submitted by:	Marcus Grando <marcus@corp.grupos.com.br>
Approved by:	Rui Lopes rui at ruilopes.com (maintainer)
2005-04-09 22:03:19 +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.2
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>