aboutsummaryrefslogtreecommitdiff
path: root/devel/py-xstatic-spin/Makefile
blob: 636c8c15a290d5cae20bd76a073537bbb66161a2 (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-spin
PORTVERSION=	1.2.5.3
PORTREVISION=	1
CATEGORIES=	devel python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	XStatic-Spin-${PORTVERSION}

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Spin (XStatic packaging standard)
WWW=		https://spin.js.org/ \
		https://github.com/openstack/xstatic-spin \
		https://github.com/fgnass/spin.js

LICENSE=	MIT

USES=		python:3.6+
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

.include <bsd.port.mk>