23 lines
505 B
Makefile
23 lines
505 B
Makefile
|
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||
|
|
||
|
PORTNAME= trove-classifiers
|
||
|
PORTVERSION= 2022.3.30
|
||
|
CATEGORIES= devel python
|
||
|
MASTER_SITES= CHEESESHOP
|
||
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||
|
|
||
|
MAINTAINER= sunpoet@FreeBSD.org
|
||
|
COMMENT= Canonical source for classifiers on PyPI
|
||
|
|
||
|
LICENSE= APACHE20
|
||
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||
|
|
||
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}calver>=0:devel/py-calver@${PY_FLAVOR}
|
||
|
|
||
|
USES= python:3.7+
|
||
|
USE_PYTHON= autoplist concurrent distutils
|
||
|
|
||
|
NO_ARCH= yes
|
||
|
|
||
|
.include <bsd.port.mk>
|