1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/x11/py-pyscreenshot/Makefile
2019-05-22 13:36:38 +00:00

27 lines
607 B
Makefile

# $FreeBSD$
PORTNAME= pyscreenshot
PORTVERSION= 0.5.1
PORTREVISION= 1
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} \
${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \
import:graphics/ImageMagick6
USES= python
NO_ARCH= yes
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>