freebsd-ports/net/googlecl/Makefile
Li-Wen Hsu 589f8035b4 - Installing man/google.1 as man page
- Installing README.* files as documentation
- Setting license (Apache License, Version 2.0)
- Bump PORTREVISION

PR:		ports/151044
Submitted by:	Sébastien Santoro <dereckson AT gmail.com>
2010-10-02 05:06:15 +00:00

35 lines
701 B
Makefile

# New ports collection makefile for: googlecl
# Date created: 2010-06-19
# Whom: Li-Wen Hsu <lwhsu@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= googlecl
PORTVERSION= 0.9.10
PORTREVISION= 1
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
LICENSE= ASL
MAN1= google.1
PORTDOCS= *
post-install:
${INSTALL_MAN} ${WRKSRC}/man/google.1 ${MANPREFIX}/man/man1
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.* ${DOCSDIR}
.endif
.include <bsd.port.mk>