aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-SymbolicX-BigNum
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-05-09 03:41:54 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-05-09 03:41:54 +0000
commitaa449cf92efaec1dce92ec23d364a9ab47989c77 (patch)
tree276d5f92caf5ba2760d6733f0ddd3a231955f2cc /math/p5-Math-SymbolicX-BigNum
parent13ca3d50e1ebf0f5e90f5704bf7e0a9c3faa3aba (diff)
downloadports-aa449cf92efaec1dce92ec23d364a9ab47989c77.tar.gz
ports-aa449cf92efaec1dce92ec23d364a9ab47989c77.zip
- Add LICENSE
- Pass maintainership to submitter PR: ports/189295 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Notes
Notes: svn path=/head/; revision=353402
Diffstat (limited to 'math/p5-Math-SymbolicX-BigNum')
-rw-r--r--math/p5-Math-SymbolicX-BigNum/Makefile5
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}