freebsd-ports/math/rubygem-fftw3/Makefile
2021-04-06 16:31:07 +02:00

17 lines
350 B
Makefile

# Created by: Shin-ya MURAKAMI <murashin@gfd-dennou.org>
PORTNAME= fftw3
PORTVERSION= 0.3
CATEGORIES= math rubygems
MASTER_SITES= RG
MAINTAINER= murashin@gfd-dennou.org
COMMENT= Ruby interface to the FFTW ver.3
RUN_DEPENDS= rubygem-narray>0:math/rubygem-narray
LIB_DEPENDS= libfftw3.so:math/fftw3
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>