diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-09 03:42:30 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-09 03:42:30 +0000 |
commit | ba21291f70cad2b63b162abdfd07d8496bcf348d (patch) | |
tree | 5097bb9213456fd8ff6e18708c9d236a36051d0b /math/p5-Math-FFT | |
parent | 8dfc32f9060fb13c301fa2c47a95b7a0655f703f (diff) | |
download | ports-ba21291f70cad2b63b162abdfd07d8496bcf348d.tar.gz ports-ba21291f70cad2b63b162abdfd07d8496bcf348d.zip |
Notes
Diffstat (limited to 'math/p5-Math-FFT')
-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 |