Update polish/hunspell to version 20180127
[dports.git] / math / rubygem-fftw3 / Makefile
1 # Created by: Shin-ya MURAKAMI <murashin@gfd-dennou.org>
2 # $FreeBSD$
3
4 PORTNAME=       fftw3
5 PORTVERSION=    0.3
6 CATEGORIES=     math rubygems
7 MASTER_SITES=   RG
8
9 MAINTAINER=     murashin@gfd-dennou.org
10 COMMENT=        Ruby interface to the FFTW ver.3
11
12 RUN_DEPENDS=    rubygem-narray>0:math/rubygem-narray
13 LIB_DEPENDS=    libfftw3.so:math/fftw3
14
15 USE_RUBY=       yes
16 USES=           gem
17
18 .include <bsd.port.mk>