forked from Lainports/freebsd-ports
- Update WWW Changes: https://github.com/wagtail/telepath/releases https://github.com/wagtail/telepath/blob/main/CHANGELOG.md
20 lines
452 B
Makefile
20 lines
452 B
Makefile
PORTNAME= telepath
|
|
PORTVERSION= 0.3.1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Library for exchanging data between Python and JavaScript
|
|
WWW= https://wagtail.github.io/telepath/ \
|
|
https://github.com/wagtail/telepath
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|