pkgsrc/math/ruby-narray/Makefile
rillig b686dd9180 all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
2020-01-18 23:30:43 +00:00

16 lines
504 B
Makefile

# $NetBSD: Makefile,v 1.9 2020/01/18 23:32:53 rillig Exp $
DISTNAME= narray-0.6.1.2
CATEGORIES= math
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://masa16.github.io/narray/
COMMENT= N-dimensional Numerical Array class for Ruby
LICENSE= 2-clause-bsd OR ruby-license
GEM_CLEANBUILD= src/Makefile src/*.o src/.*.time src/*.${RUBY_DLEXT} \
src/mkmf.log
GEM_CLEANBUILD_EXTENSIONS= narray.h narray_config.h narray_ext.rb nmatrix.rb
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"