freebsd-ports/databases/rubygem-activerecord-jdbc-adapter/Makefile

20 lines
414 B
Makefile
Raw Normal View History

2013-06-23 06:44:35 +02:00
# Created by: Alexander Logvinov <ports@logvinov,com>
# $FreeBSD$
PORTNAME= activerecord-jdbc-adapter
2013-07-23 05:36:22 +02:00
PORTVERSION= 1.2.9.1
CATEGORIES= databases rubygems java
MASTER_SITES= RG
MAINTAINER= ruby@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
NO_STAGE= yes
.include <bsd.port.mk>