diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 11:41:28 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 11:41:28 +0800 |
commit | 952dd2c1bfc23aec05fc5d84b9f814fc5e820bd2 (patch) | |
tree | d3eb9224f1204e3b403f2f777d6875401aaf626e /math | |
parent | f6d9c3ddd9eeed25a574b954c821bb3a0d456b0b (diff) | |
download | freebsd-ports-gnome-952dd2c1bfc23aec05fc5d84b9f814fc5e820bd2.tar.gz freebsd-ports-gnome-952dd2c1bfc23aec05fc5d84b9f814fc5e820bd2.tar.zst freebsd-ports-gnome-952dd2c1bfc23aec05fc5d84b9f814fc5e820bd2.zip |
- Add LICENSE
- Pass maintainership to submitter
PR: ports/189289
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-SymbolicX-NoSimplification/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/math/p5-Math-SymbolicX-NoSimplification/Makefile b/math/p5-Math-SymbolicX-NoSimplification/Makefile index 7690183a3c5e..eea8a4564d7e 100644 --- a/math/p5-Math-SymbolicX-NoSimplification/Makefile +++ b/math/p5-Math-SymbolicX-NoSimplification/Makefile @@ -7,9 +7,12 @@ CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Turn off Math::Symbolic simplification +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Math-Symbolic>=0:${PORTSDIR}/math/p5-Math-Symbolic RUN_DEPENDS:= ${BUILD_DEPENDS} |