ports/devel/py-trove-classifiers/Makefile

24 lines
668 B
Makefile

PORTNAME= trove-classifiers
PORTVERSION= 2024.9.12
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= trove_classifiers-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Canonical source for classifiers on PyPI
WWW= https://github.com/pypa/trove-classifiers
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}calver>=0:devel/py-calver@${PY_FLAVOR} \
${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>