summaryrefslogtreecommitdiffstats
path: root/www/py-goobook/Makefile
blob: f7771c12f8867fb522834608907bb89c425953fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Created by: Randy Westlund <rwestlun@gmail.com>
# $FreeBSD$

PORTNAME=	goobook
PORTVERSION=	1.9
CATEGORIES=	www python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	rwestlun@gmail.com
COMMENT=	Search your Google contacts from the command-line or Mutt

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}oauth2client>=1.4.12:${PORTSDIR}/security/py-oauth2client \
		${PYTHON_PKGNAMEPREFIX}gdata>=2.0.18:${PORTSDIR}/devel/py-gdata \
		${PYTHON_PKGNAMEPREFIX}simplejson>=2.1.0:${PORTSDIR}/devel/py-simplejson \
		${PYTHON_PKGNAMEPREFIX}httplib2>=0.9.1:${PORTSDIR}/www/py-httplib2

NO_ARCH=	yes
USES=		python:-2.7
USE_PYTHON=	autoplist distutils
PLIST_FILES=	man/man1/goobook.1.gz

post-stage:
	${INSTALL_DATA} ${WRKSRC}/goobook.1 ${STAGEDIR}${MAN1PREFIX}/man/man1

.include <bsd.port.mk>
OpenPOWER on IntegriCloud