diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-06-11 17:04:30 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-06-11 17:04:30 +0800 |
commit | 9a2b1977fdc6ed14e23f96f09309137bab62ebf0 (patch) | |
tree | 9e2cf985549f427272df44149480b6327b78a0ff /math | |
parent | 32438610bda97aedfee651e203a265cbce80cad9 (diff) | |
download | freebsd-ports-gnome-9a2b1977fdc6ed14e23f96f09309137bab62ebf0.tar.gz freebsd-ports-gnome-9a2b1977fdc6ed14e23f96f09309137bab62ebf0.tar.zst freebsd-ports-gnome-9a2b1977fdc6ed14e23f96f09309137bab62ebf0.zip |
- Add LICENSE
Approved by: portmgr blanket
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Pari/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/math/p5-Math-Pari/Makefile b/math/p5-Math-Pari/Makefile index d74d681fb355..3990f80db9fc 100644 --- a/math/p5-Math-Pari/Makefile +++ b/math/p5-Math-Pari/Makefile @@ -14,6 +14,9 @@ DISTFILES= ${DISTNAME}.zip \ MAINTAINER= perl@FreeBSD.org COMMENT= PARI - numerical/scientific/number-theoretic calculations +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + LIB_DEPENDS= libgmp.so:math/gmp USES= perl5 |