freebsd-ports/databases/rubygem-activerecord-jdbcmysql-adapter/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

20 lines
575 B
Makefile

# Created by: Alexander Logvinov <ports@logvinov,com>
# $FreeBSD$
PORTNAME= activerecord-jdbcmysql-adapter
PORTVERSION= 1.2.9
CATEGORIES= databases rubygems java
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= ActiveRecord driver for MySQL using JDBC running under JRuby
RUN_DEPENDS= rubygem-jdbc-mysql>=5.1.0:${PORTSDIR}/databases/rubygem-jdbc-mysql \
rubygem-activerecord-jdbc-adapter>=1.2.9:${PORTSDIR}/databases/rubygem-activerecord-jdbc-adapter \
jruby:${PORTSDIR}/lang/jruby
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>