freebsd-ports/devel/rubygem-gdata/Makefile
Cheng-Lung Sung 262dfc238e - Update to 1.1.0
PR:		ports/134669
Submitted by:	pgollucci
2009-05-21 03:45:01 +00:00

22 lines
496 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.0
CATEGORIES= devel rubygems
MASTER_SITES= RF
MAINTAINER= clsung@FreeBSD.org
COMMENT= Assist Ruby developers in working with Google Data APIs
BUILD_DEPENDS= rubygem-rails>=2.2.2:${PORTSDIR}/www/rubygem-rails
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>