ports/devel/py-blist/Makefile
Muhammad Moinur Rahman f17754bc05
*/*: Remove defunct references to python3.8
- Remove non DEFAULT python option in finance/quickfix
- Remove python conditionals for sysutils/py-borgmatic
- Remove python confitional deskutils/py-bugwarrior/Makefile

Approved by:	portmgr (just-fix-it)
2025-03-31 21:18:53 +02:00

24 lines
554 B
Makefile

PORTNAME= blist
PORTVERSION= 1.3.6
PORTREVISION= 2
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Drop-in list replacement with better performance for large lists
WWW= http://stutzbachenterprises.com/blist/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.9
USE_PYTHON= autoplist distutils
do-test:
@(cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test)
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/blist/*.so
.include <bsd.port.mk>