freebsd-ports/graphics/py-imgurpython/Makefile
Sunpoet Po-Chuan Hsieh dbd067a960 Fix version requirement of RUN_DEPENDS
- Allow concurrent installation (USE_PYTHON=concurrent)
- Take maintainership
2018-06-20 19:36:38 +00:00

20 lines
407 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
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>