freebsd-ports/graphics/py-imgurpython/Makefile
Kevin Lo da80001ec9 Import imgurpython 1.1.7
Imgurpython is a Python client for the Imgur API.
2016-08-05 06:39:13 +00:00

20 lines
383 B
Makefile

# $FreeBSD$
PORTNAME= imgurpython
PORTVERSION= 1.1.7
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= kevlo@FreeBSD.org
COMMENT= Python client for the Imgur API
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.7:www/py-requests
NO_ARCH= yes
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>