openbsd-ports/math/p5-Math-FFT/Makefile

21 lines
336 B
Makefile
Raw Normal View History

2013-03-11 07:20:26 -04:00
# $OpenBSD: Makefile,v 1.12 2013/03/11 11:23:55 espie Exp $
SHARED_ONLY= Yes
COMMENT= calculate Fast Fourier Transforms in perl
MODULES= cpan
DISTNAME= Math-FFT-1.28
2012-08-23 11:50:05 -04:00
REVISION= 3
CATEGORIES= math
2010-10-18 16:52:05 -04:00
USE_GROFF = Yes
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM= Yes
2012-08-23 11:50:05 -04:00
WANTLIB += c
.include <bsd.port.mk>