freebsd-ports/math/rubygem-fftw3/Makefile
2016-04-28 13:44:24 +00:00

18 lines
362 B
Makefile

# Created by: Shin-ya MURAKAMI <murashin@gfd-dennou.org>
# $FreeBSD$
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>