Update graphics/cimg to version 1.7.5,3
[dports.git] / graphics / py-imgurpython / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       imgurpython
4 PORTVERSION=    1.1.7
5 CATEGORIES=     graphics python
6 MASTER_SITES=   CHEESESHOP
7 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
8
9 MAINTAINER=     kevlo@FreeBSD.org
10 COMMENT=        Python client for the Imgur API
11
12 LICENSE=        MIT
13
14 RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}requests>=2.7:www/py-requests
15
16 NO_ARCH=        yes
17 USES=           python
18 USE_PYTHON=     distutils autoplist
19
20 .include <bsd.port.mk>