pkgsrc/math/p5-Math-FFT/Makefile

17 lines
465 B
Makefile

# $NetBSD: Makefile,v 1.21 2017/06/05 14:24:10 ryoon Exp $
DISTNAME= Math-FFT-1.34
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
MAINTAINER= gson@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Math-FFT/
COMMENT= Perl module to calculate Fast Fourier Transforms
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Math/FFT/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"