=== 3.34.1 (2012-04-02) * Fix bug in optimization of primary key lookup (jeremyevans) (#460) As for 3.34.0, changes are too many, please refer: http://sequel.rubyforge.org/rdoc/files/CHANGELOG.html
14 lines
357 B
Makefile
14 lines
357 B
Makefile
# $NetBSD: Makefile,v 1.16 2012/04/28 14:06:51 taca Exp $
|
|
|
|
DISTNAME= sequel-3.34.1
|
|
CATEGORIES= databases
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://sequel.rubyforge.org/
|
|
COMMENT= Model classes for the Sequel Database Toolkit
|
|
LICENSE= mit
|
|
|
|
CONFLICTS+= ruby[1-9][0-9]-sequel-[0-9]*
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|