freebsd-ports/databases/rubygem-dm-rails/Makefile
Ryan Steinmetz 72a02a04ab Update my email address on the ports I maintain.
Approved by: wxs@ (mentor)
2011-07-15 21:15:29 +00:00

26 lines
732 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.1.0
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= zi@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>