Tweak print/pdf4tcl version 0.8
[dports.git] / print / cloudprint / Makefile
1 # Created by: Bernhard Froehlich <decke@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       cloudprint
5 PORTVERSION=    0.14
6 PORTREVISION=   2
7 CATEGORIES=     print
8
9 MAINTAINER=     decke@FreeBSD.org
10 COMMENT=        Google Cloud Print proxy for local CUPS printers
11
12 LICENSE=        GPLv3
13
14 RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}pycups>=0:print/py-pycups \
15                 ${PYTHON_PKGNAMEPREFIX}daemon>0:devel/py-daemon \
16                 ${PYTHON_PKGNAMEPREFIX}requests>=2.7.0:www/py-requests
17
18 USE_GITHUB=     yes
19 GH_ACCOUNT=     armooo
20 GH_TAGNAME=     4618224
21
22 NO_ARCH=        yes
23 USES=           python
24 USE_PYTHON=     autoplist concurrent distutils
25 USE_RC_SUBR=    ${PORTNAME}
26
27 USERS=          cups
28 GROUPS=         cups
29
30 SUB_LIST+=      PYTHON_CMD="${PYTHON_CMD}" \
31                 CPUSER="${USERS}" \
32                 CPGROUP="${GROUPS}"
33
34 .include <bsd.port.mk>