aboutsummaryrefslogtreecommitdiffstats
path: root/www/rubygem-actionpack/Makefile
blob: f465e206bcdc84c97dfb687b3c3df067f25b35ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Ports collection makefile for:    gem-actionpack
# Date created:             27 May 2005
# Whom:                 Jonathan Weiss (<jw@innerewut.de>)
#
# $FreeBSD$

PORTNAME=   actionpack
PORTVERSION=    2.3.8
CATEGORIES= www rubygems
MASTER_SITES=   RG

MAINTAINER= ruby@FreeBSD.org
COMMENT=    Action Controller and Action View of Rails MVC Framework

RUN_DEPENDS=    ${LOCALBASE}/${SPEC_DIR}/activesupport-${PORTVERSION}.gemspec:${PORTSDIR}/devel/rubygem-activesupport \
                rubygem-rack>=1.1.0:${PORTSDIR}/www/rubygem-rack

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>