aboutsummaryrefslogtreecommitdiff
path: root/databases/rubygem-jdbc-mysql/Makefile
blob: 33e323439b6a4799e8168ef88a0685a1e73a975f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Ports collection makefile for:	rubygem-jdbc-mysql
# Date created:				22 July 2008
# Whom:					Alexander Logvinov <ports@logvinov,com>
#
# $FreeBSD$

PORTNAME=	jdbc-mysql
PORTVERSION=	5.0.4
CATEGORIES=	databases rubygems java
MASTER_SITES=	RF
MASTER_SITE_SUBDIR=	jruby-extras

MAINTAINER=	ports@logvinov.com
COMMENT=	MySQL JDBC driver for JRuby

RUN_DEPENDS=	jruby:${PORTSDIR}/lang/jruby

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>