freebsd-ports/databases/rubygem-do_mysql/Makefile
Philip M. Gollucci 99a30e262b - Update to 0.10.0 and unbreak deps are satisfiable now
PR:             ports/143494 [mysql ver]
Submitted by:   Jyun-Yan You <jyyou@cs.nctu.edu.tw>
2010-02-11 19:06:20 +00:00

24 lines
551 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.0
CATEGORIES= databases rubygems
MASTER_SITES= RUBYFORGE/dorb
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= voldern@hoeggen.net
COMMENT= Ruby DataObjects driver for MySQL
RUN_DEPENDS= rubygem-data_objects>=0.10.0:${PORTSDIR}/databases/rubygem-data_objects
USE_MYSQL= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>