30 lines
719 B
Makefile
30 lines
719 B
Makefile
# Created by: Johannes Meixner <johannes@perceivon.net>
|
|
|
|
PORTNAME= railties
|
|
PORTVERSION= 4.2.11.3
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 4
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Rails internals bootup, plugins, generators, and rake tasks
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-actionpack4>=${PORTVERSION}:www/rubygem-actionpack4 \
|
|
rubygem-activesupport4>=${PORTVERSION}:devel/rubygem-activesupport4 \
|
|
rubygem-rake>=0.8.7:devel/rubygem-rake \
|
|
rubygem-thor>=0.18.1<2.0:devel/rubygem-thor
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/rails
|
|
|
|
CONFLICTS_INSTALL= rubygem-railties5 rubygem-railties50 rubygem-railties52 rubygem-railties60
|
|
|
|
PORTSCOUT= limit:^4\.2\.
|
|
|
|
.include <bsd.port.mk>
|