mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 16:21:50 -04:00
19 lines
384 B
Makefile
19 lines
384 B
Makefile
PORTNAME= toolz
|
|
DISTVERSION= 1.0.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Functional standard library for Python
|
|
WWW= https://github.com/pytoolz/toolz
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist pytest
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|