25 lines
485 B
Makefile
25 lines
485 B
Makefile
PORTNAME= python-pygtrie
|
|
PORTVERSION= 2.5.0
|
|
CATEGORIES= misc python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= pygtrie-${PORTVERSION}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Pure Python trie data structure implementation
|
|
WWW= https://github.com/mina86/pygtrie
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
do-test:
|
|
@cd ${WRKSRC} && ${PYTHON_CMD} test.py
|
|
|
|
# tests as of 2.5.0: 450 tests in 2.674s, OK
|
|
|
|
.include <bsd.port.mk>
|