opnsense-ports/graphics/py-exifread/Makefile
Franco Fichtner 9d055c2ef0 */*: sync with upstream
Taken from: FreeBSD
2016-01-03 12:00:11 +01:00

18 lines
368 B
Makefile

# Created by: Mikhail Teterin <mi@aldan.algebra.com>
# $FreeBSD$
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= BSD
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>