blob: d3ef0888846a61337380437c71a163b64a3564fc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Alexander Logvinov <ports@logvinov,com>
# $FreeBSD$
PORTNAME= jdbc-mysql
PORTVERSION= 5.1.38
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
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
|