aboutsummaryrefslogtreecommitdiffstats
path: root/www/rubygem-railties/Makefile
blob: 79a6435e0e937d0be7d7c6a851063eee087b2359 (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
# Ports collection makefile for:    rubygem-railties
# Date created:             1 September 2010
# Whom:                     Philip M. Gollucci <pgollucci@p6m7g8.com>
#
# $FreeBSD$

PORTNAME=   railties
PORTVERSION=    3.0.6
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.4:${PORTSDIR}/devel/rubygem-thor

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

.include <bsd.port.mk>