aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/py-imageio/Makefile
blob: 9bcd269b40063a952c725ac125769a26c98e4e63 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $FreeBSD$

PORTNAME=   imageio
PORTVERSION=    1.5
CATEGORIES= graphics python
MASTER_SITES=   CHEESESHOP
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= kevlo@FreeBSD.org
COMMENT=    Python library for reading and writing image, video formats

LICENSE=    BSD2CLAUSE
LICENSE_FILE=   ${WRKSRC}/LICENSE

LIB_DEPENDS=    libfreeimage.so:graphics/freeimage
RUN_DEPENDS=    ffmpeg:multimedia/ffmpeg \
        ${PYNUMPY}

USES=       python zip
USE_PYTHON= distutils autoplist

NO_ARCH=    yes

.include <bsd.port.mk>