mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 03:45:17 -04:00
20 lines
362 B
Makefile
20 lines
362 B
Makefile
# Created by: Alexander Logvinov <ports@logvinov,com>
|
|
|
|
PORTNAME= jdbc-mysql
|
|
PORTVERSION= 5.1.44
|
|
CATEGORIES= databases rubygems java
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= MySQL JDBC driver for JRuby
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= jruby:lang/jruby
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|