7a6521287b
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
17 lines
463 B
Makefile
17 lines
463 B
Makefile
# $NetBSD: Makefile,v 1.4 2005/07/13 18:01:33 jlam Exp $
|
|
|
|
DISTNAME= Math-FFT-0.25
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5fft
|
|
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
|
|
|
|
PERL5_PACKLIST= auto/Math/FFT/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|