mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 17:43:11 -04:00
18 lines
351 B
Makefile
18 lines
351 B
Makefile
# Created by: Alexander Logvinov <ports@logvinov,com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= jdbc-mysql
|
|
PORTVERSION= 5.1.25
|
|
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>
|