2011-11-17 11:08:00 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.19 2011/11/17 16:08:00 jeremy Exp $
|
2009-02-03 16:26:02 -05:00
|
|
|
|
2011-11-12 12:02:17 -05:00
|
|
|
COMMENT = lightweight database library and ORM for Ruby
|
2009-02-03 16:26:02 -05:00
|
|
|
|
2011-11-12 12:02:17 -05:00
|
|
|
DISTNAME = sequel-3.29.0
|
2009-02-03 16:26:02 -05:00
|
|
|
CATEGORIES = databases
|
|
|
|
|
|
|
|
HOMEPAGE = http://sequel.rubyforge.org/
|
|
|
|
|
2010-09-23 18:30:24 -04:00
|
|
|
MAINTAINER = Jeremy Evans <jeremy@openbsd.org>
|
2009-02-03 16:26:02 -05:00
|
|
|
|
|
|
|
# MIT
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
|
|
|
MODULES = lang/ruby
|
|
|
|
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
|
2011-05-11 19:35:36 -04:00
|
|
|
REGRESS_DEPENDS = databases/ruby-sqlite3,${MODRUBY_FLAVOR}
|
2010-09-23 18:30:24 -04:00
|
|
|
MODRUBY_REGRESS = rake rspec
|
2011-11-17 11:08:00 -05:00
|
|
|
MODRUBY_REGRESS_TARGET = spec spec_plugin spec_sqlite
|
2009-02-03 16:26:02 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|