mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 07:41:50 -04:00
22 lines
548 B
Makefile
22 lines
548 B
Makefile
PORTNAME= xstatic-angular-fileupload
|
|
PORTVERSION= 12.0.4.0
|
|
PORTREVISION= 2
|
|
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/x/xstatic-angular-fileupload
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xstatic>=0:devel/py-xstatic@${PY_FLAVOR}
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|