1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/x11/py-pyscreenshot/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

25 lines
548 B
Makefile

PORTNAME= pyscreenshot
PORTVERSION= 0.5.1
PORTREVISION= 2
CATEGORIES= x11 python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
#DISTNAME= PyVirtualDisplay-${PORTVERSION}
MAINTAINER= swills@FreeBSD.org
COMMENT= Python module for taking screenshots
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}easyprocess>0:devel/py-easyprocess@${PY_FLAVOR} \
${PY_PILLOW} \
import:graphics/ImageMagick6
USES= python:3.6+
NO_ARCH= yes
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>