5c35e8d96f
Also remove stray USES=gmake Reported by: mat (GL_xx)
25 lines
685 B
Makefile
25 lines
685 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ironscanner
|
|
DISTVERSION= 1.1.0.20180828
|
|
CATEGORIES= misc python
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Collect as much information as possible on image scanners
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}pyinsane2>0:graphics/py-pyinsane2@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR}
|
|
|
|
USES= python:3.4+
|
|
USE_GITLAB= yes
|
|
GL_SITE= https://gitlab.gnome.org/World
|
|
GL_ACCOUNT= OpenPaperwork
|
|
GL_COMMIT= e73528c5602088eb75f99b78a498dec622b5c97e
|
|
USE_PYTHON= distutils autoplist noflavors
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|