ports/devel/py-xstatic-angular-fileupload/Makefile
2024-07-03 23:34:32 +08:00

23 lines
655 B
Makefile

PORTNAME= xstatic-angular-fileupload
PORTVERSION= 12.2.13.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= XStatic-Angular-FileUpload-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Angular-FileUpload (XStatic packaging standard)
WWW= https://opendev.org/openstack/xstatic-angular-fileupload \
https://github.com/danialfarid/ng-file-upload
LICENSE= MIT
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>