1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/math/rubygem-narray/Makefile
Steve Wills c25f75e2d9 - Avoid calling make while building
Requested by:	marino
2014-03-28 20:41:23 +00:00

20 lines
388 B
Makefile

# Created by: Shin-ya MURAKAMI <murashin@gfd-dennou.org>
# $FreeBSD$
PORTNAME= narray
PORTVERSION= ${NARRAY_VERSION}
CATEGORIES= math rubygems
MASTER_SITES= RG
MAINTAINER= murashin@gfd-dennou.org
COMMENT= Numerical N-dimensional array library for Ruby
USE_RUBY= yes
USE_RAKE= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include "${.CURDIR}/Makefile.version"
.include <bsd.port.mk>