freebsd-ports/devel/py-autopage/Makefile
Po-Chuan Hsieh ae236ad748
devel/py-autopage: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for dependency and package change
2023-03-22 03:20:31 +08:00

23 lines
563 B
Makefile

PORTNAME= autopage
PORTVERSION= 0.5.1
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Provide automatic paging for console output
WWW= https://github.com/zaneb/autopage
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=43:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include <bsd.port.mk>