ports/math/py-fpconst/Makefile
Antoine Brodin f7455240e3 Reduce dependency on the python2 metaport
PR:		225752
Submitted by:	Yasuhiro KIMURA
2018-02-19 11:10:43 +00:00

17 lines
374 B
Makefile

# Created by: Rui Lopes <rui@ruilopes.com>
# $FreeBSD$
PORTNAME= fpconst
PORTVERSION= 0.7.2
PORTREVISION= 1
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.7
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>