2014-08-23 15:50:41 +02:00
|
|
|
# Created by: Kubilay Kocak <koobs@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= evernote
|
2016-03-05 16:10:57 +01:00
|
|
|
PORTVERSION= 1.25.1
|
2014-08-23 15:50:41 +02:00
|
|
|
CATEGORIES= www python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= koobs@FreeBSD.org
|
|
|
|
COMMENT= Evernote SDK for Python
|
|
|
|
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
|
2017-11-30 16:50:30 +01:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}oauth2>0:net/py-oauth2@${FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}thrift>0:devel/py-thrift@${FLAVOR}
|
2014-08-23 15:50:41 +02:00
|
|
|
|
|
|
|
USES= python:-2.7
|
|
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|