1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/www/py-pyocclient/Makefile
Sunpoet Po-Chuan Hsieh 298e7241da - Use USES=python:2.7
- Add NO_ARCH [1]

Approved by:	portmgr (blanket) [1]
With hat:	python
2016-12-30 19:23:11 +00:00

22 lines
412 B
Makefile

# $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
NO_ARCH= yes
USES= python:2.7
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>