aboutsummaryrefslogtreecommitdiffstats
path: root/www/rubygem-railties/Makefile
blob: bb42dcf40854e64b4c710d5078ea8bd067a01b61 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: Philip M. Gollucci <pgollucci@p6m7g8.com>
# $FreeBSD$

PORTNAME=   railties
PORTVERSION=    3.2.13
CATEGORIES= www rubygems
MASTER_SITES=   RG

MAINTAINER= ruby@FreeBSD.org
COMMENT=    Rails internals bootup, plugins, generators, and rake tasks

RUN_DEPENDS=    rubygem-activesupport>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport \
        rubygem-actionpack>=${PORTVERSION}:${PORTSDIR}/www/rubygem-actionpack \
        rubygem-thor>=0.14.6:${PORTSDIR}/devel/rubygem-thor \
        rubygem-rack-ssl>=1.3.2:${PORTSDIR}/www/rubygem-rack-ssl \
        rubygem-rdoc>=3.4:${PORTSDIR}/devel/rubygem-rdoc

USE_RUBY=   yes
USE_RAKE=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

PLIST_FILES=    bin/rails

.include <bsd.port.mk>