163ac3531e
1.1.3: Fix failure to decode a minimal 1 x 1 pixel JPEG
17 lines
432 B
Makefile
17 lines
432 B
Makefile
# $NetBSD: Makefile,v 1.4 2019/07/05 11:11:13 adam Exp $
|
|
|
|
DISTNAME= piexif-1.1.3
|
|
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"
|