ports/devel/py-stackexchange/Makefile
2021-04-06 16:31:07 +02:00

23 lines
534 B
Makefile

# Created by: Carlos J. Puga Medina <cpm@FreeBSD.org>
PORTNAME= stackexchange
PORTVERSION= 2.2.7
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= py-${PORTNAME}-${PORTVERSION}
MAINTAINER= python@FreeBSD.org
COMMENT= Python binding to the StackExchange website APIs
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.8.0:devel/py-six@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>