aboutsummaryrefslogtreecommitdiff
path: root/devel/py-xstatic-angular-fileupload/Makefile
blob: 3060428875745548ead44ca16207d43138405315 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	xstatic-angular-fileupload
PORTVERSION=	12.0.4.0
PORTREVISION=	3
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


USES=		python
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

.include <bsd.port.mk>