aboutsummaryrefslogtreecommitdiffstats
path: root/math/rubygem-fftw3/Makefile
blob: d4cd7da2a988ff1a9c44da483c8e540b32d8256a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORTNAME=	fftw3
PORTVERSION=	0.3
CATEGORIES=	math rubygems
MASTER_SITES=	RG

MAINTAINER=	murashin@gfd-dennou.org
COMMENT=	Ruby interface to the FFTW ver.3
WWW=		http://ruby.gfd-dennou.org/products/ruby-fftw3/

RUN_DEPENDS=	rubygem-narray>0:math/rubygem-narray
LIB_DEPENDS=	libfftw3.so:math/fftw3

USES=		gem

.include <bsd.port.mk>