1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/devel/py-xstatic/Makefile
2021-04-06 16:31:07 +02:00

21 lines
427 B
Makefile

# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com>
PORTNAME= xstatic
PORTVERSION= 1.0.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= XStatic-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= XStatic base package with minimal support code
LICENSE= MIT
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>