mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
13 lines
178 B
Makefile
13 lines
178 B
Makefile
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>
|