openbsd-ports/databases/ruby-activerecord/Makefile

26 lines
656 B
Makefile
Raw Normal View History

2011-12-13 12:48:20 -05:00
# $OpenBSD: Makefile,v 1.36 2011/12/13 17:48:20 jeremy Exp $
2009-10-12 10:10:06 -04:00
COMMENT = object relation model implementation for ruby
2011-12-13 12:48:20 -05:00
VERSION = 3.1.3
2010-12-08 16:44:48 -05:00
DISTNAME = activerecord-${VERSION}
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} \
2011-12-13 12:48:20 -05:00
devel/ruby-tzinfo,${MODRUBY_FLAVOR}>=0.3.29,<0.4 \
databases/ruby-arel,${MODRUBY_FLAVOR}>=2.2.1,<2.3
2009-10-12 10:10:06 -04:00
CONFIGURE_STYLE = ruby gem
.include <bsd.port.mk>