aboutsummaryrefslogtreecommitdiffstats
path: root/www/py-trello/Makefile
blob: 84a15b6fe51bd11515b6458db9366aa82cce9486 (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
# Created by: Jason Helfman <jgh@FreeBSD.org>
# $FreeBSD$

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:${PORTSDIR}/www/py-requests

USES=   python:-2.7 zip
USE_PYTHON= autoplist distutils

.include <bsd.port.mk>