1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/graphics/py-exifread/Makefile
Mikhail Teterin db333b1961 graphics/py-exifread: upgrade from 2.1.2 to 3.0.0
Change log:	https://github.com/ianare/exif-py/blob/develop/ChangeLog.rst

In particular, the new version is incompatible with Python-2.x...
2024-01-08 11:39:28 -05:00

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>