diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 11:41:32 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 11:41:32 +0800 |
commit | b7f7839ecceaaaebfabb69fed599431c9127fe84 (patch) | |
tree | a8ad4115c7ca536e44b56a5eb946a8d7fcf87461 | |
parent | 952dd2c1bfc23aec05fc5d84b9f814fc5e820bd2 (diff) | |
download | freebsd-ports-gnome-b7f7839ecceaaaebfabb69fed599431c9127fe84.tar.gz freebsd-ports-gnome-b7f7839ecceaaaebfabb69fed599431c9127fe84.tar.zst freebsd-ports-gnome-b7f7839ecceaaaebfabb69fed599431c9127fe84.zip |
- Add LICENSE
- Pass maintainership to submitter
PR: ports/189290
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
-rw-r--r-- | math/p5-Math-Symbolic-Custom-Simplification/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/math/p5-Math-Symbolic-Custom-Simplification/Makefile b/math/p5-Math-Symbolic-Custom-Simplification/Makefile index 9e94175d4c92..6aae405bede3 100644 --- a/math/p5-Math-Symbolic-Custom-Simplification/Makefile +++ b/math/p5-Math-Symbolic-Custom-Simplification/Makefile @@ -7,9 +7,12 @@ CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= User defined simplification routines +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Math-Symbolic>=0:${PORTSDIR}/math/p5-Math-Symbolic RUN_DEPENDS:= ${BUILD_DEPENDS} |