19 lines
397 B
Makefile
19 lines
397 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.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Assist Ruby developers in working with Google Data APIs
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|