2011-02-09 20:44:54 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.33 2011/02/10 01:44:54 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
|
|
|
|
2010-12-08 16:44:48 -05:00
|
|
|
VERSION = 3.0.3
|
|
|
|
DISTNAME = activerecord-${VERSION}
|
2011-02-09 20:44:54 -05:00
|
|
|
REVISION = 1
|
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} \
|
|
|
|
devel/ruby-tzinfo,${MODRUBY_FLAVOR}>=0.3.23,<0.4 \
|
|
|
|
databases/ruby-arel,${MODRUBY_FLAVOR}>=2.0.2,<2.1
|
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
|
|
|
|
2010-12-21 12:10:58 -05:00
|
|
|
# Upstream doesn't ship the Rakefile or test files in the gem
|
|
|
|
NO_REGRESS = Yes
|
2006-10-19 12:35:04 -04:00
|
|
|
|
2006-06-12 15:45:48 -04:00
|
|
|
.include <bsd.port.mk>
|