freebsd-ports/databases/rubygem-dm-active_model/Makefile
Jimmy Olgeni 76c7f8fbe6 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.

CR:		D196
Approved by:	portmgr (bapt)
2014-06-10 07:39:01 +00:00

19 lines
487 B
Makefile

# Created by: Ryan Steinmetz <rpsfa@rit.edu>
# $FreeBSD$
PORTNAME= dm-active_model
PORTVERSION= 1.2.1
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= 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
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>