freebsd-ports/math/py-fpconst/Makefile
Marcus von Appen 214bd533a7 - Convert ports of math/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-21 16:54:54 +00:00

16 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>