1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/databases/rubygem-jdbc-mysql/Makefile
Alexander Logvinov 9463ff6e5b Change MAINTAINER on my ports to my FreeBSD email address
Approved by:	tabthorpe (mentor)
2009-05-28 20:44:16 +00:00

23 lines
466 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= RF
MASTER_SITE_SUBDIR= jruby-extras
MAINTAINER= avl@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>