5d47ec901c
performance improvements. OK landry@, bernd@
30 lines
603 B
Makefile
30 lines
603 B
Makefile
# $OpenBSD: Makefile,v 1.8 2010/10/02 18:24:29 jeremy Exp $
|
|
|
|
COMMENT = lightweight ORM library for Ruby
|
|
|
|
DISTNAME = sequel-3.16.0
|
|
PKGNAME = ruby-${DISTNAME}
|
|
CATEGORIES = databases
|
|
|
|
HOMEPAGE = http://sequel.rubyforge.org/
|
|
|
|
MAINTAINER = Jeremy Evans <jeremy@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
PKG_ARCH = *
|
|
|
|
REGRESS_DEPENDS = ::databases/ruby-sqlite3
|
|
MODRUBY_REGRESS = rake rspec
|
|
RAKE_REGRESS_TARGET = spec spec_plugin spec_sqlite
|
|
|
|
.include <bsd.port.mk>
|