mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
db333b1961
Change log: https://github.com/ianare/exif-py/blob/develop/ChangeLog.rst In particular, the new version is incompatible with Python-2.x...
20 lines
393 B
Makefile
20 lines
393 B
Makefile
PORTNAME= ExifRead
|
|
PORTVERSION= 3.0.0
|
|
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
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|