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

21 lines
389 B
Makefile
Raw Normal View History

# Created by: Mario S F Ferreira <lioux@FreeBSD.org>
# $FreeBSD$
PORTNAME= Math-FFT
2005-09-15 00:56:30 +02:00
PORTVERSION= 1.28
PORTREVISION= 1
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= bofh@FreeBSD.org
2003-02-23 20:58:35 +01:00
COMMENT= Perl module providing an interface to Fast Fourier Transform routines
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
2013-08-02 20:21:05 +02:00
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>