diff options
Diffstat (limited to 'math/py-fpconst/Makefile')
-rw-r--r-- | math/py-fpconst/Makefile | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/math/py-fpconst/Makefile b/math/py-fpconst/Makefile deleted file mode 100644 index 885ffb68bf7f..000000000000 --- a/math/py-fpconst/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# 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 - -LICENSE= APACHE20 - -DEPRECATED= Uses deprecated version of python -EXPIRATION_DATE= 2020-09-15 - -NO_ARCH= yes -USES= python:2.7 -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> |