61a02c6358
- Add LICENSE - Update WWW Changes: https://github.com/jruby/activerecord-jdbc-adapter/blob/master/jdbc-mysql/History.txt
20 lines
367 B
Makefile
20 lines
367 B
Makefile
# Created by: Alexander Logvinov <ports@logvinov,com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= jdbc-mysql
|
|
PORTVERSION= 5.1.35
|
|
CATEGORIES= databases rubygems java
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= MySQL JDBC driver for JRuby
|
|
|
|
LICENSE= GPLv2
|
|
|
|
RUN_DEPENDS= jruby:${PORTSDIR}/lang/jruby
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|