2010-09-11 22:14:14 +02:00
|
|
|
# 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
|
2011-06-23 19:45:18 +02:00
|
|
|
PORTVERSION= 1.1.0
|
2010-09-11 22:14:14 +02:00
|
|
|
CATEGORIES= databases rubygems
|
|
|
|
MASTER_SITES= RG
|
|
|
|
|
|
|
|
MAINTAINER= jyyou@cs.nctu.edu.tw
|
|
|
|
COMMENT= DataObjects Adapter for DataMapper
|
|
|
|
|
|
|
|
RUN_DEPENDS= rubygem-data_objects>=0.10.2:${PORTSDIR}/databases/rubygem-data_objects \
|
2010-09-22 06:53:59 +02:00
|
|
|
rubygem-dm-core>=${PORTVERSION}:${PORTSDIR}/databases/rubygem-dm-core
|
2010-09-11 22:14:14 +02:00
|
|
|
|
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
|
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|