diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 11:41:50 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 11:41:50 +0800 |
commit | 9f6646772caaf250bf28c7b3ee3332b043b0e18e (patch) | |
tree | 29f9cdfae77a3518b007dbca80e77f94e34574fb | |
parent | 222e33951940c363df1c96200aa1a8b5962aea4e (diff) | |
download | freebsd-ports-graphics-9f6646772caaf250bf28c7b3ee3332b043b0e18e.tar.gz freebsd-ports-graphics-9f6646772caaf250bf28c7b3ee3332b043b0e18e.tar.zst freebsd-ports-graphics-9f6646772caaf250bf28c7b3ee3332b043b0e18e.zip |
- Add LICENSE
- Pass maintainership to submitter
PR: ports/189294
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
-rw-r--r-- | math/p5-Math-SymbolicX-Statistics-Distributions/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/math/p5-Math-SymbolicX-Statistics-Distributions/Makefile b/math/p5-Math-SymbolicX-Statistics-Distributions/Makefile index bf6368c368b..572fe9a36eb 100644 --- a/math/p5-Math-SymbolicX-Statistics-Distributions/Makefile +++ b/math/p5-Math-SymbolicX-Statistics-Distributions/Makefile @@ -7,9 +7,12 @@ CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Statistical distributions +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} |