diff options
Diffstat (limited to 'math/py-fpconst/Makefile')
-rw-r--r-- | math/py-fpconst/Makefile | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/math/py-fpconst/Makefile b/math/py-fpconst/Makefile index 9a97393e7c2b..208e69f0033e 100644 --- a/math/py-fpconst/Makefile +++ b/math/py-fpconst/Makefile @@ -1,17 +1,16 @@ # Created by: Rui Lopes <rui@ruilopes.com> # $FreeBSD$ -PORTNAME= fpconst -PORTVERSION= 0.7.2 -CATEGORIES= math python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +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 +MAINTAINER= ports@FreeBSD.org +COMMENT= Utilities for handling IEEE 754 floating point special values -USE_PYTHON= 2 -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python:2 +USE_PYTHON= distutils autoplist .include <bsd.port.mk> |