mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
298e7241da
- Add NO_ARCH [1] Approved by: portmgr (blanket) [1] With hat: python
22 lines
412 B
Makefile
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>
|