1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/databases/rubygem-do_mysql/Makefile
Philip M. Gollucci ec0c031404 - Update to 0.10.2
PR:             ports/150065
Submitted by:   myself (pgollucci)
Approved by:    maintainer timeout (voldern@hoeggen.net ; 14 days)
Sponsored by:   RideCharge Inc. / TaxiMagic
2010-09-11 20:03:37 +00:00

24 lines
502 B
Makefile

# New ports collection makefile for: rubygem-do_mysql
# Date created: 28 April 2009
# Whom: Espen Volden aka voldern <voldern@hoeggen.net>
#
# $FreeBSD$
#
PORTNAME= do_mysql
PORTVERSION= 0.10.2
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= voldern@hoeggen.net
COMMENT= Ruby DataObjects driver for MySQL
RUN_DEPENDS= rubygem-data_objects>=0.10.2:${PORTSDIR}/databases/rubygem-data_objects
USE_MYSQL= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>