2011-11-17 11:08:00 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.7 2011/11/17 16:08:00 jeremy Exp $
|
2011-01-03 17:23:06 -05:00
|
|
|
|
|
|
|
BROKEN-mips64el= hangs when compiling sqlite3.o
|
2010-12-20 12:34:10 -05:00
|
|
|
|
|
|
|
COMMENT = ruby SQLite3 embedded database library
|
|
|
|
|
2011-04-14 13:15:15 -04:00
|
|
|
DISTNAME = amalgalite-1.1.2
|
2010-12-20 12:34:10 -05:00
|
|
|
CATEGORIES = databases
|
2011-09-16 04:48:01 -04:00
|
|
|
REVISION = 0
|
2010-12-20 12:34:10 -05:00
|
|
|
|
|
|
|
HOMEPAGE = http://copiousfreetime.rubyforge.org/amalgalite/
|
|
|
|
|
|
|
|
MAINTAINER = Jeremy Evans <jeremy@openbsd.org>
|
|
|
|
|
|
|
|
# BSD
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
|
|
|
MODULES = lang/ruby
|
|
|
|
|
|
|
|
CONFIGURE_STYLE = ruby gem ext
|
|
|
|
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
2011-03-14 13:42:56 -04:00
|
|
|
RUN_DEPENDS = devel/ruby-arrayfields,${MODRUBY_FLAVOR}>=4.7.4,<4.8 \
|
|
|
|
textproc/ruby-fastercsv,${MODRUBY_FLAVOR}>=1.5.4,<1.6
|
2010-12-20 12:34:10 -05:00
|
|
|
|
|
|
|
AMALGALITE_SO_DIR = amalgalite/${MODRUBY_REV}
|
|
|
|
SUBST_VARS += AMALGALITE_SO_DIR
|
|
|
|
|
2011-03-14 13:42:56 -04:00
|
|
|
# distfile doesn't include configuration directory necessary for testing.
|
2010-12-20 12:34:10 -05:00
|
|
|
REGRESS_DEPENDS = ${FULLPKGNAME}:${BUILD_PKGPATH}
|
2011-11-17 11:08:00 -05:00
|
|
|
MODRUBY_REGRESS = rspec2
|
|
|
|
MODRUBY_REGRESS_TARGET = spec/*_spec.rb
|
2010-12-20 12:34:10 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|