diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-06-11 09:04:30 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-06-11 09:04:30 +0000 |
commit | b2afc93db7a1ad298ebda62898c28016e1074052 (patch) | |
tree | 9e2cf985549f427272df44149480b6327b78a0ff /math | |
parent | 5736d4e84dbfc17d0680d23fdb7537cd1481f47f (diff) | |
download | ports-b2afc93db7a1ad298ebda62898c28016e1074052.tar.gz ports-b2afc93db7a1ad298ebda62898c28016e1074052.zip |
Notes
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 |