# Created by: Jason Helfman <jgh@FreeBSD.org>
# $FreeBSD: tags/RELEASE_11_0_0/www/py-trello/Makefile 412351 2016-04-01 14:33:55Z mat $

PORTNAME=	trello
PORTVERSION=	0.9.1
PORTREVISION=	1
CATEGORIES=	www devel
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	jgh@FreeBSD.org
COMMENT=	Python library for interacting with the Trello API

LICENSE=	FOG
LICENSE_NAME=	Fog Creek Software
LICENSE_FILE=	${WRKSRC}/PKG-INFO
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept

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

USES=	python:-2.7 zip
USE_PYTHON=	autoplist distutils

.include <bsd.port.mk>
