diff options
Diffstat (limited to 'math/py-mpmath/Makefile')
-rw-r--r-- | math/py-mpmath/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/py-mpmath/Makefile b/math/py-mpmath/Makefile index 7ee3b09b8a89..2dc46aa303fe 100644 --- a/math/py-mpmath/Makefile +++ b/math/py-mpmath/Makefile @@ -3,13 +3,15 @@ PORTNAME= mpmath PORTVERSION= 0.19 -CATEGORIES= math python +CATEGORIES= devel math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wen@FreeBSD.org COMMENT= Python Library for Arbitrary-precision Floating-point Arithmetic +LICENSE= BSD3CLAUSE + BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/gmpy.so:${PORTSDIR}/math/py-gmpy USE_PYTHON= yes |