2011-12-13 12:48:20 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.36 2011/12/13 17:48:20 jeremy Exp $
|
2006-06-12 15:45:48 -04:00
|
|
|
|
2009-10-12 10:10:06 -04:00
|
|
|
COMMENT = object relation model implementation for ruby
|
2006-06-12 15:45:48 -04:00
|
|
|
|
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
|
2006-06-12 15:45:48 -04:00
|
|
|
|
|
|
|
# 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
|
2006-06-12 15:45:48 -04:00
|
|
|
|
2009-10-12 10:10:06 -04:00
|
|
|
MODULES = lang/ruby
|
2006-06-12 15:45:48 -04:00
|
|
|
|
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
|
2006-06-12 15:45:48 -04:00
|
|
|
|
2009-10-12 10:10:06 -04:00
|
|
|
CONFIGURE_STYLE = ruby gem
|
2006-06-12 15:45:48 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|