f3c189f313
Easy to use Python module to extract Exif metadata from TIFF and JPEG files.
19 lines
535 B
Makefile
19 lines
535 B
Makefile
# $NetBSD: Makefile,v 1.1 2018/03/05 14:04:33 adam Exp $
|
|
|
|
DISTNAME= ExifRead-2.1.2
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=E/ExifRead/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/ianare/exif-py
|
|
COMMENT= Read Exif metadata from TIFF and JPEG files
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
post-install:
|
|
cd ${DESTDIR}${PREFIX}/bin && ${MV} EXIF.py exifread-${PYVERSSUFFIX} || ${TRUE}
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|