ports/math/p5-Math-FFT/Makefile

13 lines
178 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= calculate Fast Fourier Transforms in perl
MODULES= cpan
DISTNAME= Math-FFT-1.36
CATEGORIES= math
# Perl
PERMIT_PACKAGE= Yes
WANTLIB += c perl
.include <bsd.port.mk>