aboutsummaryrefslogtreecommitdiffstats
path: root/print/cloudprint/Makefile
blob: 9ceefd0c3535b2759f1c42079804216f3a9f6bc3 (plain) (blame)
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
30
31
32
33
34
# Created by: Bernhard Froehlich <decke@FreeBSD.org>
# $FreeBSD$

PORTNAME=   cloudprint
PORTVERSION=    0.14
PORTREVISION=   2
CATEGORIES= print

MAINTAINER= decke@FreeBSD.org
COMMENT=    Google Cloud Print proxy for local CUPS printers

LICENSE=    GPLv3

RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}pycups>=0:print/py-pycups \
        ${PYTHON_PKGNAMEPREFIX}daemon>0:devel/py-daemon \
        ${PYTHON_PKGNAMEPREFIX}requests>=2.7.0:www/py-requests

USE_GITHUB= yes
GH_ACCOUNT= armooo
GH_TAGNAME= 4618224

NO_ARCH=    yes
USES=       python
USE_PYTHON= autoplist concurrent distutils
USE_RC_SUBR=    ${PORTNAME}

USERS=      cups
GROUPS=     cups

SUB_LIST+=  PYTHON_CMD="${PYTHON_CMD}" \
        CPUSER="${USERS}" \
        CPGROUP="${GROUPS}"

.include <bsd.port.mk>