47684b9384
- Change maintainer to ruby@ to match other rubygem-dm ports to ease future updates PR: ports/162034 Submitted by: swills (me) Approved by: jyyou@cs.nctu.edu.tw (maintainer)
23 lines
559 B
Makefile
23 lines
559 B
Makefile
# New ports collection makefile for: rubygem-dm-mysql-adapter
|
|
# Date created: 2010-09-10
|
|
# Whom: Jyun-Yan You <jyyou@cs.nctu.edu.tw>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dm-mysql-adapter
|
|
PORTVERSION= 1.2.0
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= MySQL Adapter for DataMapper
|
|
|
|
RUN_DEPENDS= rubygem-do_mysql>=0.10.6:${PORTSDIR}/databases/rubygem-do_mysql \
|
|
rubygem-dm-do-adapter>=${PORTVERSION}:${PORTSDIR}/databases/rubygem-dm-do-adapter
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|