mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 10:06:40 -04:00
- Convert to USE_PYTHON=pep517 - Remove blank line Changes: https://github.com/danialfarid/ng-file-upload/releases
23 lines
655 B
Makefile
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>
|