freebsd-ports/graphics/py-exifread/Makefile

19 lines
404 B
Makefile
Raw Normal View History

# Created by: Mikhail Teterin <mi@aldan.algebra.com>
PORTNAME= ExifRead
PORTVERSION= 2.1.2
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= mi@aldan.algebra.com
COMMENT= Read Exif metadata from tiff and jpeg files
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= python:3.6+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>