dd567e5166
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add LICENSE. It is really renamed from ruby-sequel-core and changes are too may, please refer CHANGELOG file.
14 lines
356 B
Makefile
14 lines
356 B
Makefile
# $NetBSD: Makefile,v 1.7 2010/09/10 04:45:46 taca Exp $
|
|
|
|
DISTNAME= sequel-3.15.0
|
|
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"
|