aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-05-09 11:41:32 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-05-09 11:41:32 +0800
commitb7f7839ecceaaaebfabb69fed599431c9127fe84 (patch)
treea8ad4115c7ca536e44b56a5eb946a8d7fcf87461
parent952dd2c1bfc23aec05fc5d84b9f814fc5e820bd2 (diff)
downloadfreebsd-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/Makefile5
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}