19334d785f
With Hat: ruby@ Tested by: P6 TB Full rubygem run
26 lines
734 B
Makefile
26 lines
734 B
Makefile
# 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>
|