mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
214bd533a7
Approved by: portmgr (implicit)
17 lines
356 B
Makefile
17 lines
356 B
Makefile
# Created by: Rui Lopes <rui@ruilopes.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fpconst
|
|
PORTVERSION= 0.7.2
|
|
CATEGORIES= math python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Utilities for handling IEEE 754 floating point special values
|
|
|
|
USES= python:2
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|