openbsd-ports/databases/ruby-activerecord/Makefile

31 lines
685 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.24 2010/09/28 20:12:16 jeremy Exp $
2009-10-12 10:10:06 -04:00
COMMENT = object relation model implementation for ruby
2009-10-12 10:10:06 -04:00
DISTNAME = activerecord-2.3.4
PKGNAME = ruby-${DISTNAME}
REVISION = 0
2009-10-12 10:10:06 -04:00
CATEGORIES = databases
# MIT License
2009-10-12 10:10:06 -04:00
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
2009-10-12 10:10:06 -04:00
MODULES = lang/ruby
2009-10-12 10:10:06 -04:00
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = :ruby-activesupport->=2.3.4:devel/ruby-activesupport
2009-10-12 10:10:06 -04:00
CONFIGURE_STYLE = ruby gem
2009-10-12 10:10:06 -04:00
PKG_ARCH = *
MODRUBY_REGRESS = rake
REGRESS_DEPENDS = :ruby-mysql-*:databases/ruby-mysql \
:ruby-sqlite3-*:databases/ruby-sqlite3 \
:ruby-pg-*:databases/ruby-pg
.include <bsd.port.mk>