21 lines
383 B
Makefile
21 lines
383 B
Makefile
# $OpenBSD: Makefile,v 1.8 2010/09/24 15:32:33 sthen Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= calculate Fast Fourier Transforms in perl
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Math-FFT-1.28
|
|
REVISION= 1
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|