forked from Lainports/freebsd-ports
- 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
21 lines
464 B
Makefile
21 lines
464 B
Makefile
# Ports collection makefile for: rubygem-gdata
|
|
# Date created: Feb 27, 2009
|
|
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gdata
|
|
PORTVERSION= 1.1.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
|
COMMENT= Assist Ruby developers in working with Google Data APIs
|
|
|
|
RUN_DEPENDS= rubygem-rails>=2.2.2:${PORTSDIR}/www/rubygem-rails
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|