Bump depending ports Changelog: https://github.com/libvips/libvips/releases PR: 258242 Approved by: danilo (maintainer)
26 lines
726 B
Makefile
26 lines
726 B
Makefile
# Created by: Danilo Egea Gondolfo <danilo@FreeBSD.org>
|
|
|
|
PORTNAME= pyvips
|
|
PORTVERSION= 2.1.14
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= danilo@FreeBSD.org
|
|
COMMENT= Binding for the libvips image processing library
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=2.0.0:devel/py-pytest-runner@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}cffi>=1.13:devel/py-cffi@${PY_FLAVOR}
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.13:devel/py-cffi@${PY_FLAVOR}
|
|
LIB_DEPENDS= libvips.so:graphics/vips
|
|
|
|
USES= gnome pkgconfig python:3.6+
|
|
|
|
USE_GNOME= glib20
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|