diff options
author | mm <mm@FreeBSD.org> | 2011-03-23 23:53:22 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2011-03-23 23:53:22 +0800 |
commit | 2d8dfecd9bef3b850f2cac24358872a1ec5d9522 (patch) | |
tree | 01f7b01109af1e01a56d6eb98ab2b351c00a5a69 /math | |
parent | afe12c0066660248e95ae225e1b1cd3d085943aa (diff) | |
download | freebsd-ports-gnome-2d8dfecd9bef3b850f2cac24358872a1ec5d9522.tar.gz freebsd-ports-gnome-2d8dfecd9bef3b850f2cac24358872a1ec5d9522.tar.zst freebsd-ports-gnome-2d8dfecd9bef3b850f2cac24358872a1ec5d9522.zip |
- Add LICENSE knob(s)
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-VecStat/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/math/p5-Math-VecStat/Makefile b/math/p5-Math-VecStat/Makefile index 3a51200aebf6..be69e7e9f48e 100644 --- a/math/p5-Math-VecStat/Makefile +++ b/math/p5-Math-VecStat/Makefile @@ -15,6 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= mm@FreeBSD.org COMMENT= Basic statistics on vectors +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + PERL_CONFIGURE= yes MAN3= Math::VecStat.3 |