freebsd-ports/databases/rubygem-dm-do-adapter/Makefile
Steve Wills d1fe202e19 - Update to 1.2.0
- Change maintainer to ruby@ to match other rubygem-dm ports to ease
  future updates

PR:		ports/161728
Submitted by:	swills (me)
Approved by:	jyyou@cs.nctu.edu.tw (maintainer)
2011-10-27 02:45:21 +00:00

23 lines
555 B
Makefile

# New ports collection makefile for: rubygem-dm-do-adapter
# Date created: 2010-09-10
# Whom: Jyun-Yan You <jyyou@cs.nctu.edu.tw>
#
# $FreeBSD$
#
PORTNAME= dm-do-adapter
PORTVERSION= 1.2.0
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= DataObjects Adapter for DataMapper
RUN_DEPENDS= rubygem-data_objects>=0.10.6:${PORTSDIR}/databases/rubygem-data_objects \
rubygem-dm-core>=${PORTVERSION}:${PORTSDIR}/databases/rubygem-dm-core
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>