1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/graphics/py-exifread/Makefile
Steve Wills 30543c3325 graphics/py-exifread: Update license information
PR:		222461
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Approved by:	mi@ALDAN.algebra.com (maintainer timeout, >2 weeks)
2017-10-23 20:23:54 +00:00

20 lines
411 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= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>