freebsd-ports/databases/rubygem-activerecord-jdbc-adapter/Makefile
Philip M. Gollucci bc03b273ca RF -> RG Conversion (Part III)
With Hat:       ruby@
Tested by:      make checksum
2010-09-09 19:12:56 +00:00

21 lines
496 B
Makefile

# Ports collection makefile for: rubygem-activerecord-jdbc-adapter
# Date created: 22 July 2008
# Whom: Alexander Logvinov <ports@logvinov,com>
#
# $FreeBSD$
PORTNAME= activerecord-jdbc-adapter
PORTVERSION= 0.9.2
CATEGORIES= databases rubygems java
MASTER_SITES= RG
MAINTAINER= avl@FreeBSD.org
COMMENT= JDBC adapter for ActiveRecord, for use within JRuby on Rails
RUN_DEPENDS= jruby:${PORTSDIR}/lang/jruby
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>