bd91e4702c
With jdbc-mysql you can connect to a MySQL database from JRuby without messing around with your Java classpath. ok landry
20 lines
368 B
Makefile
20 lines
368 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2010/12/09 20:11:28 jeremy Exp $
|
|
|
|
COMMENT = access a MySQL database from JRuby
|
|
|
|
DISTNAME = jdbc-mysql-5.0.4
|
|
CATEGORIES = databases
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = lang/ruby
|
|
FLAVOR = jruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
.include <bsd.port.mk>
|