blob: 4e8efd7fd7830f3b56d926af5cf07c15891a7f64 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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>
|