blob: 104fa39892576e49615bd0fe9243b0389c389143 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
PORTNAME= Pituophis
DISTVERSION= 1.1
CATEGORIES= www
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Python 3 library for building Gopher clients and servers
WWW= https://pypi.org/project/Pituophis/
LICENSE= BSD2CLAUSE
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>
|