blob: 72fdd204b5fdb3890926ce4cbfb040a25e383368 (
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
26
27
28
29
30
31
|
# Ports collection makefile for: gem-actionpack
# Date created: 27 May 2005
# Whom: Jonathan Weiss (<jw@innerewut.de>)
#
# $FreeBSD$
PORTNAME= actionpack
PORTVERSION= 3.1.3
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Action Controller and Action View of Rails MVC Framework
RUN_DEPENDS= rubygem-activesupport>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport \
rubygem-activemodel>=${PORTVERSION}:${PORTSDIR}/databases/rubygem-activemodel \
rubygem-tzinfo>=0.3.23:${PORTSDIR}/devel/rubygem-tzinfo \
rubygem-erubis>=2.7.0:${PORTSDIR}/www/rubygem-erubis \
rubygem-rack>=1.3.2:${PORTSDIR}/www/rubygem-rack \
rubygem-rack-cache>=1.1:${PORTSDIR}/www/rubygem-rack-cache \
rubygem-rack-mount>=0.8.2:${PORTSDIR}/www/rubygem-rack-mount \
rubygem-rack-test>=0.6.1:${PORTSDIR}/www/rubygem-rack-test \
rubygem-builder>=3.0.0:${PORTSDIR}/devel/rubygem-builder \
rubygem-i18n>=0.6:${PORTSDIR}/devel/rubygem-i18n \
rubygem-sprockets>=2.0.2:${PORTSDIR}/devel/rubygem-sprockets
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
|