mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
18 lines
369 B
Makefile
18 lines
369 B
Makefile
# Created by: Espen Volden aka voldern <voldern@hoeggen.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= do_mysql
|
|
PORTVERSION= 0.10.17
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= voldern@hoeggen.net
|
|
COMMENT= Ruby DataObjects driver for MySQL
|
|
|
|
RUN_DEPENDS= rubygem-data_objects>=0.10.17:databases/rubygem-data_objects
|
|
|
|
USES= gem mysql
|
|
USE_RUBY= yes
|
|
|
|
.include <bsd.port.mk>
|