843ade1030
- Bump PORTREVISION when something other then BUILD_DEPENDS changes - Some minor verticle whitespace in some ports for consistency with the rest PR: ports/147551 Submitted by: pgollucci@ (myself) Reviewed by: portmgr (pav) With Hat: ruby
25 lines
615 B
Makefile
25 lines
615 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.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RUBYFORGE/dorb
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= voldern@hoeggen.net
|
|
COMMENT= A unified Ruby API for popular databases
|
|
|
|
RUN_DEPENDS= rubygem-addressable>=2.0:${PORTSDIR}/www/rubygem-addressable \
|
|
rubygem-extlib>=0.9.9:${PORTSDIR}/devel/rubygem-extlib
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|