2011-02-10 01:44:54 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.33 2011/02/10 01:44:54 jeremy Exp $
|
2006-06-12 19:45:48 +00:00
|
|
|
|
2009-10-12 14:10:06 +00:00
|
|
|
COMMENT = object relation model implementation for ruby
|
2006-06-12 19:45:48 +00:00
|
|
|
|
2010-12-08 21:44:48 +00:00
|
|
|
VERSION = 3.0.3
|
|
|
|
DISTNAME = activerecord-${VERSION}
|
2011-02-10 01:44:54 +00:00
|
|
|
REVISION = 1
|
2009-10-12 14:10:06 +00:00
|
|
|
CATEGORIES = databases
|
2006-06-12 19:45:48 +00:00
|
|
|
|
|
|
|
# MIT License
|
2009-10-12 14:10:06 +00:00
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
2006-06-12 19:45:48 +00:00
|
|
|
|
2009-10-12 14:10:06 +00:00
|
|
|
MODULES = lang/ruby
|
2006-06-12 19:45:48 +00:00
|
|
|
|
2010-12-08 21:44:48 +00: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
|
2006-06-12 19:45:48 +00:00
|
|
|
|
2009-10-12 14:10:06 +00:00
|
|
|
CONFIGURE_STYLE = ruby gem
|
2006-06-12 19:45:48 +00:00
|
|
|
|
2010-12-21 17:10:58 +00:00
|
|
|
# Upstream doesn't ship the Rakefile or test files in the gem
|
|
|
|
NO_REGRESS = Yes
|
2006-10-19 16:35:04 +00:00
|
|
|
|
2006-06-12 19:45:48 +00:00
|
|
|
.include <bsd.port.mk>
|