pkgsrc/math/p5-Math-FFT/Makefile
wen 25a5778b84 Update to 1.34
Upstream changes:
1.34  2017-04-07
    - Don't pack .*~ temporary files.
        - Add MANIFEST.SKIP .

1.33  2017-04-07
    - Hopefully fix the tests with "." gone from @INC :
        - http://www.cpantesters.org/cpan/report/873193f8-15df-11e7-a7e6-820fe85ef7bd
        - Thanks to DCOLLINS for the report.
2017-04-29 14:02:01 +00:00

16 lines
448 B
Makefile

# $NetBSD: Makefile,v 1.20 2017/04/29 14:02:01 wen Exp $
DISTNAME= Math-FFT-1.34
PKGNAME= p5-${DISTNAME}
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"