blob: d791dfa469d978df84c3adcb9757e564afafab1d (
plain)
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.2.0
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Integrate DataMapper with Rails 3
RUN_DEPENDS= rubygem-actionpack>=3.1.0:${PORTSDIR}/www/rubygem-actionpack \
rubygem-activesupport>=3.1.1:${PORTSDIR}/devel/rubygem-activesupport \
rubygem-dm-active_model>=1.2.0:${PORTSDIR}/databases/rubygem-dm-active_model \
rubygem-dm-core>=1.2.0:${PORTSDIR}/databases/rubygem-dm-core \
rubygem-railties>=3.1.0:${PORTSDIR}/www/rubygem-railties
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
|