mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
26 lines
635 B
Makefile
26 lines
635 B
Makefile
PORTNAME= smmap
|
|
PORTVERSION= 5.0.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Sliding-window memory map manager
|
|
WWW= https://smmap.readthedocs.io/en/latest/ \
|
|
https://github.com/gitpython-developers/smmap
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent pep517 unittest
|
|
|
|
NO_ARCH= yes
|
|
|
|
PORTSCOUT= skipv:6.0.0
|
|
|
|
.include <bsd.port.mk>
|