Added
Link Here
|
1 |
PORTNAME= red-black-tree-mod |
2 |
DISTVERSION= 1.21 |
3 |
CATEGORIES= devel python |
4 |
MASTER_SITES= PYPI |
5 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
6 |
|
7 |
MAINTAINER= DtxdF@disroot.org |
8 |
COMMENT= Flexible python implementation of red black trees |
9 |
WWW= https://stromberg.dnsalias.org/~strombrg/${PORTNAME} \ |
10 |
https://pypi.org/project/${PORTNAME} |
11 |
|
12 |
LICENSE= MIT |
13 |
LICENSE_FILE= ${WRKSRC}/COPYING |
14 |
|
15 |
USES= python |
16 |
USE_PYTHON= autoplist distutils |
17 |
|
18 |
NO_ARCH= yes |
19 |
|
20 |
.include <bsd.port.mk> |