diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 11:42:30 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 11:42:30 +0800 |
commit | db5832aa75b252127f11e2cc51327d804e51286d (patch) | |
tree | 5097bb9213456fd8ff6e18708c9d236a36051d0b /math | |
parent | 75266ceb6db2d07a62448769e69cf156c34e88d8 (diff) | |
download | freebsd-ports-gnome-db5832aa75b252127f11e2cc51327d804e51286d.tar.gz freebsd-ports-gnome-db5832aa75b252127f11e2cc51327d804e51286d.tar.zst freebsd-ports-gnome-db5832aa75b252127f11e2cc51327d804e51286d.zip |
- Add LICENSE
- Pass maintainership to submitter
PR: ports/189305
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-FFT/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/math/p5-Math-FFT/Makefile b/math/p5-Math-FFT/Makefile index 3d9c5613104c..47c35d3279da 100644 --- a/math/p5-Math-FFT/Makefile +++ b/math/p5-Math-FFT/Makefile @@ -7,9 +7,12 @@ CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Perl module providing an interface to Fast Fourier Transform routines +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure |