blob: 0a9a39abf856b3ea9b8ff3c397199cc5fd971e4f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Ports collection makefile for: rubygem-gdata
# Date created: Feb 27, 2009
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= gdata
PORTVERSION= 1.0.1
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>
|