mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
86896646d7
PR: ports/79000 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Approved by: Rui Lopes rui at 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.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>
|