16 lines
251 B
Makefile
16 lines
251 B
Makefile
# $OpenBSD: Makefile,v 1.19 2019/07/12 20:47:44 sthen Exp $
|
|
|
|
COMMENT= calculate Fast Fourier Transforms in perl
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Math-FFT-1.34
|
|
CATEGORIES= math
|
|
REVISION= 0
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c perl
|
|
|
|
.include <bsd.port.mk>
|