77d68471ad
PR: 267994 Differential revision: D37518 Approved by: bapt
19 lines
398 B
Makefile
19 lines
398 B
Makefile
PORTNAME= ExifRead
|
|
PORTVERSION= 2.1.2
|
|
CATEGORIES= graphics python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= mi@aldan.algebra.com
|
|
COMMENT= Read Exif metadata from tiff and jpeg files
|
|
WWW= https://github.com/ianare/exif-py
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|