18 lines
404 B
Makefile
18 lines
404 B
Makefile
# 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>
|