1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Add LICENSE

- Pet portlint
This commit is contained in:
Wen Heping 2014-06-22 10:35:14 +00:00
parent 770fd39d2c
commit dea94d1fd8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358782
2 changed files with 4 additions and 2 deletions

View File

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