27 lines
612 B
Makefile
27 lines
612 B
Makefile
# $OpenBSD: Makefile,v 1.3 2011/09/16 12:00:09 espie Exp $
|
|
|
|
COMMENT= glues the Ruby on Rails framework together
|
|
|
|
VERSION= 3.0.3
|
|
DISTNAME= railties-${VERSION}
|
|
REVISION = 1
|
|
CATEGORIES= www
|
|
|
|
# MIT License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= lang/ruby
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= ${MODRUBY_RAKE_DEPENDS} \
|
|
devel/ruby-activesupport,${MODRUBY_FLAVOR}=${VERSION} \
|
|
devel/ruby-actionpack,${MODRUBY_FLAVOR}=${VERSION} \
|
|
sysutils/ruby-thor,${MODRUBY_FLAVOR}>=0.14.4,<0.15
|
|
|
|
CONFIGURE_STYLE=ruby gem
|
|
|
|
.include <bsd.port.mk>
|