freebsd-ports/databases/rubygem-dm-mysql-adapter/Makefile
Philip M. Gollucci 8ea3cb214c - Fix dependency versions
PR:             ports/150804
Submitted by:   myself (pgollucci)
Approved by:    jyyou@cs.nctu.edu.tw (maintainer)
Sponsored by:   RideCharge Inc. / TaxiMagic
2010-09-22 04:54:37 +00:00

24 lines
579 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.0.2
PORTREVISION= 1
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= jyyou@cs.nctu.edu.tw
COMMENT= MySQL Adapter for DataMapper
RUN_DEPENDS= rubygem-do_mysql>=0.10.2:${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>