Fri Jan 16 09:18:48 2015 UTC ()
Fix typo, s/GEM_CLEANBUOLD_EXTENSIONS/GEM_CLEANBUILD_EXTENSIONS/.


(taca)
diff -r1.27 -r1.28 pkgsrc/comms/ruby-termios/Makefile
diff -r1.18 -r1.19 pkgsrc/databases/ruby-ldap/Makefile
diff -r1.16 -r1.17 pkgsrc/devel/ruby-SDL/Makefile
diff -r1.6 -r1.7 pkgsrc/devel/ruby-io-console/Makefile
diff -r1.32 -r1.33 pkgsrc/lang/ruby/gem.mk
diff -r1.3 -r1.4 pkgsrc/math/ruby-narray/Makefile

cvs diff -r1.27 -r1.28 pkgsrc/comms/ruby-termios/Makefile (expand / switch to unified diff)

--- pkgsrc/comms/ruby-termios/Makefile 2014/03/13 18:10:52 1.27
+++ pkgsrc/comms/ruby-termios/Makefile 2015/01/16 09:18:47 1.28
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.27 2014/03/13 18:10:52 taca Exp $ 1# $NetBSD: Makefile,v 1.28 2015/01/16 09:18:47 taca Exp $
2 2
3DISTNAME= ruby-termios-0.9.6 3DISTNAME= ruby-termios-0.9.6
4PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//} 4PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//}
5PKGREVISION= 2 5PKGREVISION= 2
6CATEGORIES= comms 6CATEGORIES= comms
7 7
8MAINTAINER= taca@NetBSD.org 8MAINTAINER= taca@NetBSD.org
9HOMEPAGE= http://arika.org/ruby/termios 9HOMEPAGE= http://arika.org/ruby/termios
10COMMENT= Ruby extension to termios library 10COMMENT= Ruby extension to termios library
11LICENSE= gnu-gpl-v2 OR ruby-license 11LICENSE= gnu-gpl-v2 OR ruby-license
12 12
13GEM_CLEANBUILD= Makefile *.o *.time termios.${RUBY_DLEXT} mkmf.log \ 13GEM_CLEANBUILD= Makefile *.o *.time termios.${RUBY_DLEXT} mkmf.log \
14 .RUBYARCHDIR.time 14 .RUBYARCHDIR.time
15GEM_CLEANBUOLD_EXTENSIONS= termios.rb 15GEM_CLEANBUILD_EXTENSIONS= termios.rb
16 16
17.include "../../lang/ruby/gem.mk" 17.include "../../lang/ruby/gem.mk"
18.include "../../mk/bsd.pkg.mk" 18.include "../../mk/bsd.pkg.mk"

cvs diff -r1.18 -r1.19 pkgsrc/databases/ruby-ldap/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/ruby-ldap/Makefile 2014/03/13 18:21:14 1.18
+++ pkgsrc/databases/ruby-ldap/Makefile 2015/01/16 09:18:47 1.19
@@ -1,24 +1,24 @@ @@ -1,24 +1,24 @@
1# $NetBSD: Makefile,v 1.18 2014/03/13 18:21:14 taca Exp $ 1# $NetBSD: Makefile,v 1.19 2015/01/16 09:18:47 taca Exp $
2 2
3DISTNAME= ruby-ldap-0.9.16 3DISTNAME= ruby-ldap-0.9.16
4PKGNAME= ${DISTNAME:S/^ruby-/${RUBY_PKGPREFIX}-/} 4PKGNAME= ${DISTNAME:S/^ruby-/${RUBY_PKGPREFIX}-/}
5PKGREVISION= 1 5PKGREVISION= 1
6CATEGORIES= databases ruby 6CATEGORIES= databases ruby
7 7
8MAINTAINER= obache@NetBSD.org 8MAINTAINER= obache@NetBSD.org
9HOMEPAGE= http://github.com/alexey-chebotar/ruby-ldap 9HOMEPAGE= http://github.com/alexey-chebotar/ruby-ldap
10COMMENT= LDAP extension module for Ruby 10COMMENT= LDAP extension module for Ruby
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13CONFIGURE_ARGS+= --with-openldap2 13CONFIGURE_ARGS+= --with-openldap2
14CONFIGURE_ARGS+= --with-ldap-dir=${BUILDLINK_PREFIX.openldap-client} 14CONFIGURE_ARGS+= --with-ldap-dir=${BUILDLINK_PREFIX.openldap-client}
15 15
16GEM_CLEANBUILD= Makefile *.o *.time ldap.${RUBY_DLEXT} mkmf.log 16GEM_CLEANBUILD= Makefile *.o *.time ldap.${RUBY_DLEXT} mkmf.log
17GEM_CLEANBUOLD_EXTENSIONS= ldap/control.rb ldap/ldif.rb ldap/schema.rb 17GEM_CLEANBUILD_EXTENSIONS= ldap/control.rb ldap/ldif.rb ldap/schema.rb
18 18
19# for LDAP_OPT_X_SASL_NOCANON 19# for LDAP_OPT_X_SASL_NOCANON
20BUILDLINK_API_DEPENDS.openldap-client+= openldap-client>=2.4.14 20BUILDLINK_API_DEPENDS.openldap-client+= openldap-client>=2.4.14
21.include "../../databases/openldap-client/buildlink3.mk" 21.include "../../databases/openldap-client/buildlink3.mk"
22.include "../../security/cyrus-sasl/buildlink3.mk" 22.include "../../security/cyrus-sasl/buildlink3.mk"
23.include "../../lang/ruby/gem.mk" 23.include "../../lang/ruby/gem.mk"
24.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"

cvs diff -r1.16 -r1.17 pkgsrc/devel/ruby-SDL/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby-SDL/Makefile 2014/03/25 16:12:14 1.16
+++ pkgsrc/devel/ruby-SDL/Makefile 2015/01/16 09:18:47 1.17
@@ -1,24 +1,24 @@ @@ -1,24 +1,24 @@
1# $NetBSD: Makefile,v 1.16 2014/03/25 16:12:14 taca Exp $ 1# $NetBSD: Makefile,v 1.17 2015/01/16 09:18:47 taca Exp $
2 2
3DISTNAME= rubysdl-2.1.1 3DISTNAME= rubysdl-2.1.1
4PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/rubysdl/SDL/} 4PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/rubysdl/SDL/}
5PKGREVISION= 7 5PKGREVISION= 7
6CATEGORIES= devel audio graphics 6CATEGORIES= devel audio graphics
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://www.kmc.gr.jp/~ohai/rubysdl.en.html 9HOMEPAGE= http://www.kmc.gr.jp/~ohai/rubysdl.en.html
10COMMENT= Ruby extension library to use SDL library 10COMMENT= Ruby extension library to use SDL library
11LICENSE= gnu-lgpl-v2.1 OR gnu-lgpl-v3 11LICENSE= gnu-lgpl-v2.1 OR gnu-lgpl-v3
12 12
13GEM_CLEANBUILD= Makefile *.o *.time sdl_ext.${RUBY_DLEXT} mkmf.log 13GEM_CLEANBUILD= Makefile *.o *.time sdl_ext.${RUBY_DLEXT} mkmf.log
14GEM_CLEANBUOLD_EXTENSIONS= rubysdl_aliases.rb rubysdl_compatible_ver1.rb sdl.rb 14GEM_CLEANBUILD_EXTENSIONS= rubysdl_aliases.rb rubysdl_compatible_ver1.rb sdl.rb
15 15
16.include "../../lang/ruby/gem.mk" 16.include "../../lang/ruby/gem.mk"
17 17
18.include "../../devel/SDL/buildlink3.mk" 18.include "../../devel/SDL/buildlink3.mk"
19.include "../../devel/SDL_ttf/buildlink3.mk" 19.include "../../devel/SDL_ttf/buildlink3.mk"
20.include "../../audio/SDL_mixer/buildlink3.mk" 20.include "../../audio/SDL_mixer/buildlink3.mk"
21.include "../../graphics/SDL_image/buildlink3.mk" 21.include "../../graphics/SDL_image/buildlink3.mk"
22.include "../../multimedia/smpeg/buildlink3.mk" 22.include "../../multimedia/smpeg/buildlink3.mk"
23 23
24.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"

cvs diff -r1.6 -r1.7 pkgsrc/devel/ruby-io-console/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby-io-console/Attic/Makefile 2014/03/26 13:24:35 1.6
+++ pkgsrc/devel/ruby-io-console/Attic/Makefile 2015/01/16 09:18:47 1.7
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1# $NetBSD: Makefile,v 1.6 2014/03/26 13:24:35 taca Exp $ 1# $NetBSD: Makefile,v 1.7 2015/01/16 09:18:47 taca Exp $
2 2
3DISTNAME= io-console-0.4.2 3DISTNAME= io-console-0.4.2
4PKGREVISION= 2 4PKGREVISION= 2
5CATEGORIES= devel 5CATEGORIES= devel
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= https://github.com/nobu/io-console 8HOMEPAGE= https://github.com/nobu/io-console
9COMMENT= Add console capabilities to IO instances 9COMMENT= Add console capabilities to IO instances
10 10
11GEM_CLEANBUILD= Makefile console.${RUBY_DLEXT} *.o mkmf.log \ 11GEM_CLEANBUILD= Makefile console.${RUBY_DLEXT} *.o mkmf.log \
12 .RUBYARCHDIR.-.io.time .RUBYLIBDIR.-.io.-.console.time \ 12 .RUBYARCHDIR.-.io.time .RUBYLIBDIR.-.io.-.console.time \
13 .RUBYLIBDIR.-.console.time .RUBYARCHDIR.time 13 .RUBYLIBDIR.-.console.time .RUBYARCHDIR.time
14GEM_CLEANBUOLD_EXTENSIONS= .RUBYARCHDIR.time .RUBYLIBDIR.-.console.time \ 14GEM_CLEANBUILD_EXTENSIONS= .RUBYARCHDIR.time .RUBYLIBDIR.-.console.time \
15 io/console/size.rb 15 io/console/size.rb
16 16
17RUBY_VERSION_SUPPORTED= 21 200 193 17RUBY_VERSION_SUPPORTED= 21 200 193
18 18
19.include "../../lang/ruby/gem.mk" 19.include "../../lang/ruby/gem.mk"
20.include "../../mk/bsd.pkg.mk" 20.include "../../mk/bsd.pkg.mk"

cvs diff -r1.32 -r1.33 pkgsrc/lang/ruby/gem.mk (expand / switch to unified diff)

--- pkgsrc/lang/ruby/gem.mk 2014/08/19 15:26:44 1.32
+++ pkgsrc/lang/ruby/gem.mk 2015/01/16 09:18:47 1.33
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: gem.mk,v 1.32 2014/08/19 15:26:44 taca Exp $ 1# $NetBSD: gem.mk,v 1.33 2015/01/16 09:18:47 taca Exp $
2# 2#
3# This Makefile fragment is intended to be included by packages that build 3# This Makefile fragment is intended to be included by packages that build
4# and install Ruby gems. 4# and install Ruby gems.
5# 5#
6# Package-settable variables: 6# Package-settable variables:
7# 7#
8# RUBYGEMS_REQD 8# RUBYGEMS_REQD
9# Minimum version of required rubygems. Ruby base packages contain: 9# Minimum version of required rubygems. Ruby base packages contain:
10# 10#
11# ruby18-base: none 11# ruby18-base: none
12# ruby193-base: 1.8.23 12# ruby193-base: 1.8.23
13# ruby200-base: 2.0.3 13# ruby200-base: 2.0.3
14# ruby210-base: 2.2.0 14# ruby210-base: 2.2.0
@@ -82,27 +82,27 @@ @@ -82,27 +82,27 @@
82# Possible: gemspec, rake 82# Possible: gemspec, rake
83# Default: gemspec 83# Default: gemspec
84# 84#
85# GEM_CLEANBUILD 85# GEM_CLEANBUILD
86# A list of shell globs representing files to remove from the 86# A list of shell globs representing files to remove from the
87# gem installed in the installation root. The file is removed 87# gem installed in the installation root. The file is removed
88# if the path matches the glob and is not in ${WRKSRC}. The 88# if the path matches the glob and is not in ${WRKSRC}. The
89# default is "ext/*" 89# default is "ext/*"
90# 90#
91# Example: 91# Example:
92# 92#
93# GEM_CLEANBUILD= *.o *.${RUBY_DLEXT} mkmf.log 93# GEM_CLEANBUILD= *.o *.${RUBY_DLEXT} mkmf.log
94# 94#
95# GEM_CLEANBUOLD_EXTENSIONS 95# GEM_CLEANBUILD_EXTENSIONS
96# A list of shell globs representing files under ${RUBY_EXTSDIR}. 96# A list of shell globs representing files under ${RUBY_EXTSDIR}.
97# These files will be additionaly removed from the gem installed in 97# These files will be additionaly removed from the gem installed in
98# the installation root. 98# the installation root.
99# 99#
100# GEM_NAME 100# GEM_NAME
101# The name of the gem to install. The default value is ${DISTNAME}. 101# The name of the gem to install. The default value is ${DISTNAME}.
102# 102#
103# GEM_SPECFILE 103# GEM_SPECFILE
104# The path to the gemspec file to use when building a gem using 104# The path to the gemspec file to use when building a gem using
105# the ``gemspec'' GEM_BUILD method. It defaults to 105# the ``gemspec'' GEM_BUILD method. It defaults to
106# ${WRKDIR}/${DISTNAME}.gemspec. 106# ${WRKDIR}/${DISTNAME}.gemspec.
107# 107#
108# RUBYGEM_OPTIONS 108# RUBYGEM_OPTIONS
@@ -293,34 +293,34 @@ gem-extract: fake-home @@ -293,34 +293,34 @@ gem-extract: fake-home
293 ${RUBYGEM} spec --ruby ${_DISTDIR:Q}/${_gem_:Q} > ${_gem_}spec 293 ${RUBYGEM} spec --ruby ${_DISTDIR:Q}/${_gem_:Q} > ${_gem_}spec
294. endfor 294. endfor
295.endif 295.endif
296 296
297### 297###
298### gem-build 298### gem-build
299### 299###
300### The gem-build target builds a new local gem from the extracted gem's 300### The gem-build target builds a new local gem from the extracted gem's
301### contents. The new gem as created as ${WRKSRC}/${GEM_NAME}.gem. 301### contents. The new gem as created as ${WRKSRC}/${GEM_NAME}.gem.
302### The local gem is then installed into a special build root under 302### The local gem is then installed into a special build root under
303### ${WRKDIR} (${RUBYGEM_INSTALL_ROOT}), possibly compiling any extensions. 303### ${WRKDIR} (${RUBYGEM_INSTALL_ROOT}), possibly compiling any extensions.
304### 304###
305GEM_CLEANBUILD?= ext/* 305GEM_CLEANBUILD?= ext/*
306GEM_CLEANBUOLD_EXTENSIONS+= gem.build_complete *.out *.log 306GEM_CLEANBUILD_EXTENSIONS+= gem.build_complete *.out *.log
307 307
308.if !empty(GEM_CLEANBUILD:M/*) || !empty(GEM_CLEANBUILD:M*../*) 308.if !empty(GEM_CLEANBUILD:M/*) || !empty(GEM_CLEANBUILD:M*../*)
309PKG_FAIL_REASON= "GEM_CLEANBUILD must be relative to "${PREFIX}/${GEM_LIBDIR:Q}"." 309PKG_FAIL_REASON= "GEM_CLEANBUILD must be relative to "${PREFIX}/${GEM_LIBDIR:Q}"."
310.endif 310.endif
311 311
312.if !empty(GEM_CLEANBUOLD_EXTENSIONS:M/*) || !empty(GEM_CLEANBUOLD_EXTENSIONS:M*../*) 312.if !empty(GEM_CLEANBUILD_EXTENSIONS:M/*) || !empty(GEM_CLEANBUILD_EXTENSIONS:M*../*)
313PKG_FAIL_REASON= "GEM_CLEANBUOLD_EXTENSIONS must be relative to "${PREFIX}/${GEM_LIBDIR:Q}"." 313PKG_FAIL_REASON= "GEM_CLEANBUILD_EXTENSIONS must be relative to "${PREFIX}/${GEM_LIBDIR:Q}"."
314.endif 314.endif
315 315
316.PHONY: gem-build 316.PHONY: gem-build
317do-build: _gem-pre-build gem-build 317do-build: _gem-pre-build gem-build
318 318
319_gem-pre-build: 319_gem-pre-build:
320.if !empty(OVERRIDE_GEMSPEC) 320.if !empty(OVERRIDE_GEMSPEC)
321 @${STEP_MSG} Override gemspec dependency 321 @${STEP_MSG} Override gemspec dependency
322 @${RUBY} ${.CURDIR}/${UPDATE_GEMSPEC} ${WRKDIR}/${GEM_NAME}.gemspec \ 322 @${RUBY} ${.CURDIR}/${UPDATE_GEMSPEC} ${WRKDIR}/${GEM_NAME}.gemspec \
323 ${OVERRIDE_GEMSPEC:Q} 323 ${OVERRIDE_GEMSPEC:Q}
324.endif 324.endif
325 @${STEP_MSG} "Removing backup files of patch before build" 325 @${STEP_MSG} "Removing backup files of patch before build"
326 @find ${WRKSRC} -name \*.orig -exec rm {} \; 326 @find ${WRKSRC} -name \*.orig -exec rm {} \;
@@ -375,58 +375,58 @@ _gem-build-install-root: @@ -375,58 +375,58 @@ _gem-build-install-root:
375 @${STEP_MSG} "Installing gem into installation root" 375 @${STEP_MSG} "Installing gem into installation root"
376 ${RUN} ${SETENV} ${MAKE_ENV} ${RUBYGEM_ENV} \ 376 ${RUN} ${SETENV} ${MAKE_ENV} ${RUBYGEM_ENV} \
377 ${RUBYGEM} install --backtrace ${RUBYGEM_OPTIONS} ${_RUBYGEM_OPTIONS} 377 ${RUBYGEM} install --backtrace ${RUBYGEM_OPTIONS} ${_RUBYGEM_OPTIONS}
378 378
379# The ``gem'' command doesn't exit with a non-zero result even if the 379# The ``gem'' command doesn't exit with a non-zero result even if the
380# install of the gem failed, so we do the check and return the proper exit 380# install of the gem failed, so we do the check and return the proper exit
381# code ourselves. 381# code ourselves.
382# 382#
383.PHONY: _gem-build-install-root-check 383.PHONY: _gem-build-install-root-check
384_gem-build-install-root-check: 384_gem-build-install-root-check:
385 ${RUN} ${TEST} -f ${RUBYGEM_INSTALL_ROOT}${PREFIX}/${GEM_CACHEDIR}/${GEM_NAME}.gem || \ 385 ${RUN} ${TEST} -f ${RUBYGEM_INSTALL_ROOT}${PREFIX}/${GEM_CACHEDIR}/${GEM_NAME}.gem || \
386 ${FAIL_MSG} "Installing ${GEM_NAME}.gem into installation root failed." 386 ${FAIL_MSG} "Installing ${GEM_NAME}.gem into installation root failed."
387 387
388.if !empty(GEM_CLEANBUILD) || !empty(GEM_CLEANBUOLD_EXTENSIONS) 388.if !empty(GEM_CLEANBUILD) || !empty(GEM_CLEANBUILD_EXTENSIONS)
389.PHONY: _gem-build-cleanbuild 389.PHONY: _gem-build-cleanbuild
390_gem-build-cleanbuild: 390_gem-build-cleanbuild:
391 @${STEP_MSG} "Cleaning intermediate gem build files" 391 @${STEP_MSG} "Cleaning intermediate gem build files"
392.if !empty(GEM_CLEANBUILD) 392.if !empty(GEM_CLEANBUILD)
393 ${RUN} cd ${RUBYGEM_INSTALL_ROOT}${PREFIX}/${GEM_LIBDIR} && \ 393 ${RUN} cd ${RUBYGEM_INSTALL_ROOT}${PREFIX}/${GEM_LIBDIR} && \
394 find . -print | sort -r | \ 394 find . -print | sort -r | \
395 while read file; do \ 395 while read file; do \
396 case $$file in \ 396 case $$file in \
397 ${GEM_CLEANBUILD:@.p.@./${.p.}) ;;@} \ 397 ${GEM_CLEANBUILD:@.p.@./${.p.}) ;;@} \
398 *) continue ;; \ 398 *) continue ;; \
399 esac; \ 399 esac; \
400 if [ -e ${WRKSRC:Q}"/$$file" ]; then \ 400 if [ -e ${WRKSRC:Q}"/$$file" ]; then \
401 continue; \ 401 continue; \
402 elif [ -d "$$file" ]; then \ 402 elif [ -d "$$file" ]; then \
403 rfile=`echo $$file | ${SED} -e 's|^\./||'`; \ 403 rfile=`echo $$file | ${SED} -e 's|^\./||'`; \
404 ${ECHO} "rmdir "${GEM_NAME}"/$$rfile"; \ 404 ${ECHO} "rmdir "${GEM_NAME}"/$$rfile"; \
405 rmdir $$file; \ 405 rmdir $$file; \
406 elif [ -f "$$file" ]; then \ 406 elif [ -f "$$file" ]; then \
407 rfile=`echo $$file | ${SED} -e 's|^\./||'`; \ 407 rfile=`echo $$file | ${SED} -e 's|^\./||'`; \
408 ${ECHO} "rm "${GEM_NAME}"/$$rfile"; \ 408 ${ECHO} "rm "${GEM_NAME}"/$$rfile"; \
409 rm -f $$file; \ 409 rm -f $$file; \
410 fi; \ 410 fi; \
411 done 411 done
412.endif 412.endif
413.if !empty(GEM_EXTSDIR) && !empty(GEM_CLEANBUOLD_EXTENSIONS) 413.if !empty(GEM_EXTSDIR) && !empty(GEM_CLEANBUILD_EXTENSIONS)
414 ${RUN} \ 414 ${RUN} \
415 if test ! -d ${RUBYGEM_INSTALL_ROOT}${PREFIX}/${GEM_EXTSDIR}; then \ 415 if test ! -d ${RUBYGEM_INSTALL_ROOT}${PREFIX}/${GEM_EXTSDIR}; then \
416 :; \ 416 :; \
417 else \ 417 else \
418 cd ${RUBYGEM_INSTALL_ROOT}${PREFIX}/${GEM_EXTSDIR} && \ 418 cd ${RUBYGEM_INSTALL_ROOT}${PREFIX}/${GEM_EXTSDIR} && \
419 for f in ${GEM_CLEANBUOLD_EXTENSIONS}; do \ 419 for f in ${GEM_CLEANBUILD_EXTENSIONS}; do \
420 echo "rm -f $$f"; \ 420 echo "rm -f $$f"; \
421 rm -f $$f; \ 421 rm -f $$f; \
422 done; \ 422 done; \
423 fi 423 fi
424.endif 424.endif
425.endif 425.endif
426 426
427### 427###
428### gem-install 428### gem-install
429### 429###
430### The gem-install target installs the gem in ${_RUBY_INSTALL_ROOT} into 430### The gem-install target installs the gem in ${_RUBY_INSTALL_ROOT} into
431### the actual gem repository. 431### the actual gem repository.
432### 432###

cvs diff -r1.3 -r1.4 pkgsrc/math/ruby-narray/Makefile (expand / switch to unified diff)

--- pkgsrc/math/ruby-narray/Makefile 2014/03/17 14:17:22 1.3
+++ pkgsrc/math/ruby-narray/Makefile 2015/01/16 09:18:48 1.4
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.3 2014/03/17 14:17:22 taca Exp $ 1# $NetBSD: Makefile,v 1.4 2015/01/16 09:18:48 taca Exp $
2 2
3DISTNAME= narray-0.6.0.8 3DISTNAME= narray-0.6.0.8
4PKGREVISION= 1 4PKGREVISION= 1
5CATEGORIES= math 5CATEGORIES= math
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://narray.rubyforge.org/ 8HOMEPAGE= http://narray.rubyforge.org/
9COMMENT= N-dimensional Numerical Array class for Ruby 9COMMENT= N-dimensional Numerical Array class for Ruby
10LICENSE= 2-clause-bsd OR ruby-license 10LICENSE= 2-clause-bsd OR ruby-license
11 11
12GEM_CLEANBUILD= src/Makefile src/*.o src/.RUBY*.time src/*.${RUBY_DLEXT} \ 12GEM_CLEANBUILD= src/Makefile src/*.o src/.RUBY*.time src/*.${RUBY_DLEXT} \
13 src/mkmf.log 13 src/mkmf.log
14GEM_CLEANBUOLD_EXTENSIONS= narray.h narray_config.h narray_ext.rb nmatrix.rb 14GEM_CLEANBUILD_EXTENSIONS= narray.h narray_config.h narray_ext.rb nmatrix.rb
15 15
16.include "../../lang/ruby/gem.mk" 16.include "../../lang/ruby/gem.mk"
17.include "../../mk/bsd.pkg.mk" 17.include "../../mk/bsd.pkg.mk"