diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 11:41:24 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 11:41:24 +0800 |
commit | f6d9c3ddd9eeed25a574b954c821bb3a0d456b0b (patch) | |
tree | 08b1e6a6f526b8bb27f8228abbd2348f8456375d | |
parent | 367e43c432154b271d72349298765aeefefb2673 (diff) | |
download | freebsd-ports-gnome-f6d9c3ddd9eeed25a574b954c821bb3a0d456b0b.tar.gz freebsd-ports-gnome-f6d9c3ddd9eeed25a574b954c821bb3a0d456b0b.tar.zst freebsd-ports-gnome-f6d9c3ddd9eeed25a574b954c821bb3a0d456b0b.zip |
- Add LICENSE
- Pass maintainership to submitter
PR: ports/189288
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
-rw-r--r-- | math/p5-Statistics-Descriptive-Discrete/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/math/p5-Statistics-Descriptive-Discrete/Makefile b/math/p5-Statistics-Descriptive-Discrete/Makefile index 35346232ea2f..f2b44df8e922 100644 --- a/math/p5-Statistics-Descriptive-Discrete/Makefile +++ b/math/p5-Statistics-Descriptive-Discrete/Makefile @@ -7,9 +7,12 @@ CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Compute descriptive statistics for discrete data sets +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure |