2014-03-05 16:42:56 +01:00
|
|
|
# Created by: Bernhard Froehlich <decke@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= cloudprint
|
2017-06-12 10:37:05 +02:00
|
|
|
PORTVERSION= 0.14.0.20170128
|
2014-03-05 16:42:56 +01:00
|
|
|
CATEGORIES= print
|
|
|
|
|
|
|
|
MAINTAINER= decke@FreeBSD.org
|
|
|
|
COMMENT= Google Cloud Print proxy for local CUPS printers
|
|
|
|
|
|
|
|
LICENSE= GPLv3
|
|
|
|
|
2018-06-20 19:05:41 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycups>=0:print/py-pycups@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}configargparse>=0.9.3:devel/py-configargparse@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}daemon>0:devel/py-daemon@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}requests>=2.7.0:www/py-requests@${PY_FLAVOR}
|
2014-03-05 16:42:56 +01:00
|
|
|
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= armooo
|
2017-06-12 10:37:05 +02:00
|
|
|
GH_TAGNAME= 108b9f0
|
2014-03-05 16:42:56 +01:00
|
|
|
|
2015-09-07 19:54:08 +02:00
|
|
|
NO_ARCH= yes
|
|
|
|
USES= python
|
2017-11-30 16:50:30 +01:00
|
|
|
USE_PYTHON= autoplist concurrent distutils optsuffix
|
2014-03-10 10:20:06 +01:00
|
|
|
USE_RC_SUBR= ${PORTNAME}
|
|
|
|
|
|
|
|
USERS= cups
|
|
|
|
GROUPS= cups
|
|
|
|
|
|
|
|
SUB_LIST+= PYTHON_CMD="${PYTHON_CMD}" \
|
|
|
|
CPUSER="${USERS}" \
|
|
|
|
CPGROUP="${GROUPS}"
|
2014-03-05 16:42:56 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|