ports/devel/py-pdm-autoexport/Makefile
Po-Chuan Hsieh 4c01d9dc6d
devel/py-pdm-autoexport: Add py-pdm-autoexport 0.2.0
pdm-autoexport is a PDM plugin to sync the exported files with the project file.
2023-07-09 18:10:23 +08:00

22 lines
548 B
Makefile

PORTNAME= pdm-autoexport
PORTVERSION= 0.2.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pdm_autoexport-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PDM plugin to sync the exported files with the project file
WWW= https://github.com/pdm-project/pdm-autoexport
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pdm-backend>=0:devel/py-pdm-backend@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include <bsd.port.mk>