pkgsrc/math/p5-Math-FFT/Makefile

16 lines
437 B
Makefile

# $NetBSD: Makefile,v 1.16 2014/10/09 13:44:49 wiz Exp $
DISTNAME= Math-FFT-1.28
PKGNAME= p5-${DISTNAME}
PKGREVISION= 6
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
PERL5_PACKLIST= auto/Math/FFT/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"