612b5cafd3
PR: 167450 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Approved by: maintainer
22 lines
491 B
Makefile
22 lines
491 B
Makefile
# New ports collection makefile for: rubygem-data_objects
|
|
# Date created: 18 April 2009
|
|
# Whom: Espen Volden aka voldern <voldern@hoeggen.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= data_objects
|
|
PORTVERSION= 0.10.8
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= voldern@hoeggen.net
|
|
COMMENT= A unified Ruby API for popular databases
|
|
|
|
RUN_DEPENDS= rubygem-addressable>=2.1:${PORTSDIR}/www/rubygem-addressable
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|