blob: c303231748cf145fc4e4e25c2ea96d4c5b7c1081 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= pebble
PORTVERSION= 5.0.3
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Pebble-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Threading and multiprocessing eye-candy
WWW= https://github.com/noxdafox/pebble
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>
|