2013-01-09 11:30:23 +01:00
|
|
|
# Created by: Li-Wen Hsu <lwhsu@FreeBSD.org>
|
2010-06-19 09:13:58 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= googlecl
|
2013-01-09 11:30:23 +01:00
|
|
|
PORTVERSION= 0.9.14
|
2010-06-19 09:13:58 +02:00
|
|
|
CATEGORIES= net www python
|
2015-05-14 12:15:04 +02:00
|
|
|
MASTER_SITES= GOOGLE_CODE
|
2010-06-19 09:13:58 +02:00
|
|
|
|
2012-04-06 16:47:50 +02:00
|
|
|
MAINTAINER= sbz@FreeBSD.org
|
2010-06-19 09:13:58 +02:00
|
|
|
COMMENT= Command line tools for the Google Data APIs
|
|
|
|
|
2013-12-30 21:55:18 +01:00
|
|
|
LICENSE= APACHE20
|
2012-04-06 16:47:50 +02:00
|
|
|
|
2016-09-14 17:59:34 +02:00
|
|
|
BROKEN= Unfetchable (google code has gone away)
|
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gdata>0:devel/py-gdata
|
2010-06-19 09:13:58 +02:00
|
|
|
|
2014-12-13 18:02:13 +01:00
|
|
|
USES= python:2
|
|
|
|
USE_PYTHON= autoplist distutils
|
2015-08-28 15:39:56 +02:00
|
|
|
NO_ARCH= yes
|
2010-10-02 07:06:15 +02:00
|
|
|
|
2013-01-09 11:30:23 +01:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
2014-12-13 18:02:13 +01:00
|
|
|
PLIST_FILES= man/man1/google.1.gz
|
2010-10-02 07:06:15 +02:00
|
|
|
PORTDOCS= *
|
|
|
|
|
|
|
|
post-install:
|
2015-08-28 15:39:56 +02:00
|
|
|
${INSTALL_MAN} ${WRKSRC}/man/google.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
|
|
|
|
|
|
|
post-install-DOCS-on:
|
2014-05-29 07:48:01 +02:00
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README.* ${STAGEDIR}${DOCSDIR}
|
2010-10-02 07:06:15 +02:00
|
|
|
|
2010-06-19 09:13:58 +02:00
|
|
|
.include <bsd.port.mk>
|