freebsd-ports/net/googlecl/Makefile
Thomas Abthorpe e0ac1afbf4 - The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@ for generating the initial patch

PR:		ports/163521
Submitted by:	Pedro Giffuni <pfg apache.org>
Hat:		portmgr
Exp run by:	pav
2012-01-09 15:41:08 +00:00

39 lines
783 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.12
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= AL2
.if !defined(NO_INSTALL_MANPAGES)
MAN1= google.1
.endif
PORTDOCS= *
post-install:
.if !defined(NO_INSTALL_MANPAGES)
${INSTALL_MAN} ${WRKSRC}/man/google.1 ${MANPREFIX}/man/man1
.endif
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.* ${DOCSDIR}
.endif
.include <bsd.port.mk>