Files
ports/deskutils/py-mss/Makefile
T
Yuri Victorovich 93ebab91aa deskutils/py-mss: update 10.1.0 → 10.2.0
Reported by:	portscout
2026-04-24 01:33:32 -07:00

23 lines
560 B
Makefile

PORTNAME= mss
DISTVERSION= 10.2.0
CATEGORIES= deskutils python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Cross-platform multiple screenshots module in pure python using ctypes
WWW= https://ultrafunkamsterdam.github.io/nodriver \
https://github.com/UltrafunkAmsterdam/nodriver
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR}
USES= python
USE_PYTHON= pep517 concurrent autoplist
NO_ARCH= yes
.include <bsd.port.mk>