aboutsummaryrefslogtreecommitdiffstats
path: root/www/py-pyocclient/Makefile
blob: 9a384562bc24c407910f9cca39a54b374facf2d2 (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
# $FreeBSD$

PORTNAME=   pyocclient
PORTVERSION=    0.1
CATEGORIES= www python
MASTER_SITES=   CHEESESHOP
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= che@bein.link
COMMENT=    Python Owncloud client library

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

RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}requests>=2.0.1:www/py-requests

USES=       python
USE_PYTHON= autoplist distutils

.include <bsd.port.pre.mk>

.if ${PYTHON_REL} >= 3000
BROKEN=     pyocclient only supports Python 2.x at the moment
.endif

.include <bsd.port.post.mk>