fc2ab6fbef
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Remove default value of GEM_BUILD. 0.4.4 Make sure to use String representation of type constants. This fixes the problem of MySQL values all becoming Ruby Strings instead of sane and proper Ruby types (like Fixnum for MySQL integers, etc.) Thanks go to http://github.com/naturalethic who suggested the fix at http://github.com/Pistos/m4dbi/issues/#issue/2/comment/123677
15 lines
447 B
Makefile
15 lines
447 B
Makefile
# $NetBSD: Makefile,v 1.4 2010/09/10 04:23:25 taca Exp $
|
|
|
|
DISTNAME= dbd-mysql-0.4.4
|
|
CATEGORIES= databases ruby
|
|
|
|
MAINTAINER= taca@NetBSD.org
|
|
HOMEPAGE= http://rubyforge.org/projects/ruby-dbi/
|
|
COMMENT= MySQL support for Ruby/DBI
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-dbi>=0.4.3:../../databases/ruby-dbi
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-mysql>=2.7.6:../../databases/ruby-mysql
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|