freebsd-ports/databases/rubygem-dm-active_model/Makefile
Philip M. Gollucci 6ba613c83d - Mark BROKEN
With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
2012-02-12 02:08:43 +00:00

25 lines
635 B
Makefile

# New ports collection makefile for: rubygem-dm-active_model
# Date created: 2011-06-16
# Whom: Ryan Steinmetz <rpsfa@rit.edu>
#
# $FreeBSD$
#
PORTNAME= dm-active_model
PORTVERSION= 1.2.0
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= A dm plugin for active_model compliance and thus rails 3 compatibility
RUN_DEPENDS= rubygem-activemodel>=3.1.0:${PORTSDIR}/databases/rubygem-activemodel \
rubygem-dm-core>=1.2.0:${PORTSDIR}/databases/rubygem-dm-core
BROKEN= dm-active_model requires activemodel (~> 3.1.0)
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>