blob: 5ed24d018126343996f861873856c306f4ccc1d1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: googlecl
# Date created: 2010-06-19
# Whom: Li-Wen Hsu <lwhsu@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= googlecl
PORTVERSION= 0.9.8
CATEGORIES= net www python
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Command line tools for the Google Data APIs
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gdata/__init__.py:${PORTSDIR}/devel/py-gdata
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>
|