1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/devel/py-xstatic/Makefile
Po-Chuan Hsieh 54d77d15a5
devel/py-xstatic: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
2024-05-13 22:00:59 +08:00

25 lines
595 B
Makefile

PORTNAME= xstatic
PORTVERSION= 1.0.3
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= XStatic-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= XStatic base package with minimal support code
WWW= https://github.com/xstatic-py/xstatic
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include <bsd.port.mk>