mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
27 lines
734 B
Makefile
27 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.1
|
|
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>
|