ec954b8d98
Added helper function to read and write "UserComment". Added to support for SignedByte, SigendShort, Float, and Double.
17 lines
433 B
Makefile
17 lines
433 B
Makefile
# $NetBSD: Makefile,v 1.2 2017/09/11 05:18:51 adam Exp $
|
|
|
|
DISTNAME= piexif-1.0.13
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/piexif/}
|
|
EXTRACT_SUFX= .zip
|
|
|
|
MAINTAINER= kleink@NetBSD.org
|
|
HOMEPAGE= https://github.com/hMatoba/Piexif
|
|
COMMENT= Exif manipulation with pure python script
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|