20 lines
434 B
Makefile
20 lines
434 B
Makefile
# Created by: Espen Volden aka voldern <voldern@hoeggen.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= do_mysql
|
|
PORTVERSION= 0.10.13
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= voldern@hoeggen.net
|
|
COMMENT= Ruby DataObjects driver for MySQL
|
|
|
|
RUN_DEPENDS= rubygem-data_objects>=0.10.13:${PORTSDIR}/databases/rubygem-data_objects
|
|
|
|
USE_MYSQL= yes
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|