freebsd-ports/databases/rubygem-dm-do-adapter/Makefile
Philip M. Gollucci a04f688eef - Update Data Mapper to 1.1.0
and its required dependecies

With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
2011-06-23 17:45:18 +00:00

23 lines
559 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.1.0
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 \
rubygem-dm-core>=${PORTVERSION}:${PORTSDIR}/databases/rubygem-dm-core
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>