mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
29c6893e43
Discussed with: pgollucci, stas
22 lines
434 B
Makefile
22 lines
434 B
Makefile
# 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= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
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>
|