aboutsummaryrefslogtreecommitdiffstats
path: root/databases/rubygem-dm-rails/Makefile
blob: aee5a7cc3fa4ee3d88eaf9793afd17f7c5525230 (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
# New ports collection makefile for:    rubygem-dm-rails
# Date created:     2011-06-16
# Whom:         Ryan Steinmetz <rpsfa@rit.edu>
#
# $FreeBSD$
#

PORTNAME=   dm-rails
PORTVERSION=    1.1.0
CATEGORIES= databases rubygems
MASTER_SITES=   RG

MAINTAINER= ruby@FreeBSD.org
COMMENT=    Integrate DataMapper with Rails 3

RUN_DEPENDS=    rubygem-actionpack>=3.0.4:${PORTSDIR}/www/rubygem-actionpack \
        rubygem-activesupport>=3.0.0:${PORTSDIR}/devel/rubygem-activesupport \
        rubygem-dm-active_model>=1.1.0:${PORTSDIR}/databases/rubygem-dm-active_model \
        rubygem-dm-core>=1.1.0:${PORTSDIR}/databases/rubygem-dm-core \
        rubygem-railties>=3.0.4:${PORTSDIR}/www/rubygem-railties

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>