diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 11:43:05 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 11:43:05 +0800 |
commit | df73fe6ad9be91125c6b62a429fbe721be10bbaa (patch) | |
tree | 2c9932b52fa11c1707500691eca3d3f8796568e3 /math | |
parent | f66d0eb32158764e1e2d646587a002facb591439 (diff) | |
download | freebsd-ports-gnome-df73fe6ad9be91125c6b62a429fbe721be10bbaa.tar.gz freebsd-ports-gnome-df73fe6ad9be91125c6b62a429fbe721be10bbaa.tar.zst freebsd-ports-gnome-df73fe6ad9be91125c6b62a429fbe721be10bbaa.zip |
- Add LICENSE
- Pass maintainership to submitter
PR: ports/189313
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Algebra-Symbols/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/math/p5-Math-Algebra-Symbols/Makefile b/math/p5-Math-Algebra-Symbols/Makefile index 65d3c4f5535c..a12b07de0d2c 100644 --- a/math/p5-Math-Algebra-Symbols/Makefile +++ b/math/p5-Math-Algebra-Symbols/Makefile @@ -7,9 +7,12 @@ CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Symbolic Algebra in Pure Perl +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils RUN_DEPENDS:= ${BUILD_DEPENDS} |