openbsd-ports/databases/ruby-activerecord/Makefile

30 lines
749 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.33 2011/02/10 01:44:54 jeremy Exp $
2009-10-12 10:10:06 -04:00
COMMENT = object relation model implementation for ruby
2010-12-08 16:44:48 -05:00
VERSION = 3.0.3
DISTNAME = activerecord-${VERSION}
REVISION = 1
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
2010-12-08 16:44:48 -05:00
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = devel/ruby-activesupport,${MODRUBY_FLAVOR}=${VERSION} \
devel/ruby-activemodel,${MODRUBY_FLAVOR}=${VERSION} \
devel/ruby-tzinfo,${MODRUBY_FLAVOR}>=0.3.23,<0.4 \
databases/ruby-arel,${MODRUBY_FLAVOR}>=2.0.2,<2.1
2009-10-12 10:10:06 -04:00
CONFIGURE_STYLE = ruby gem
# Upstream doesn't ship the Rakefile or test files in the gem
NO_REGRESS = Yes
.include <bsd.port.mk>