diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 11:41:54 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 11:41:54 +0800 |
commit | 35812451b31b490b8eb22dc07f002ccd8f8d7e68 (patch) | |
tree | 276d5f92caf5ba2760d6733f0ddd3a231955f2cc | |
parent | 9f6646772caaf250bf28c7b3ee3332b043b0e18e (diff) | |
download | freebsd-ports-gnome-35812451b31b490b8eb22dc07f002ccd8f8d7e68.tar.gz freebsd-ports-gnome-35812451b31b490b8eb22dc07f002ccd8f8d7e68.tar.zst freebsd-ports-gnome-35812451b31b490b8eb22dc07f002ccd8f8d7e68.zip |
- Add LICENSE
- Pass maintainership to submitter
PR: ports/189295
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
-rw-r--r-- | math/p5-Math-SymbolicX-BigNum/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/math/p5-Math-SymbolicX-BigNum/Makefile b/math/p5-Math-SymbolicX-BigNum/Makefile index 287d5771c73e..b2be7b1a8330 100644 --- a/math/p5-Math-SymbolicX-BigNum/Makefile +++ b/math/p5-Math-SymbolicX-BigNum/Makefile @@ -7,9 +7,12 @@ CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Big number support for the Math::Symbolic parser +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Math-Symbolic>=0:${PORTSDIR}/math/p5-Math-Symbolic \ p5-Math-SymbolicX-ParserExtensionFactory>=0:${PORTSDIR}/math/p5-Math-SymbolicX-ParserExtensionFactory RUN_DEPENDS:= ${BUILD_DEPENDS} |