eba2436745
- Update pkg-descr
34 lines
802 B
Makefile
34 lines
802 B
Makefile
# Created by: Johannes Meixner <johannes@perceivon.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= railties
|
|
PORTVERSION= 5.1.7
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 5
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Rails internals bootup, plugins, generators, and rake tasks
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-actionpack5>=${PORTVERSION}:www/rubygem-actionpack5 \
|
|
rubygem-activesupport5>=${PORTVERSION}:devel/rubygem-activesupport5 \
|
|
rubygem-method_source>=0:devel/rubygem-method_source \
|
|
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-railties4 rubygem-railties50 rubygem-railties52
|
|
|
|
PORTSCOUT= limit:^5\.1\.
|
|
|
|
.include <bsd.port.mk>
|