freebsd-ports/graphics/py-imgurpython/Makefile
2020-01-01 09:18:43 +00:00

23 lines
479 B
Makefile

# $FreeBSD$
PORTNAME= imgurpython
PORTVERSION= 1.1.7
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python client for the Imgur API
LICENSE= MIT
DEPRECATED= No longer supported by upstream
EXPIRATION_DATE=2020-01-31
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR}
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>