mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
19 lines
362 B
Makefile
19 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>
|