mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
9badc0b806
PR: ports/75408 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Approved by: Rui Lopes <rui@ruilopes.com> (maintainer)
20 lines
463 B
Makefile
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>
|