pkgsrc/graphics/py-imagesize/Makefile
adam 06c94f2ac6 py-imagesize: updated to 1.1.0
1.1.0:
add TIFF support (experimental)
2018-10-16 08:54:50 +00:00

16 lines
448 B
Makefile

# $NetBSD: Makefile,v 1.5 2018/10/16 08:54:50 adam Exp $
DISTNAME= imagesize-1.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/imagesize/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/shibukawa/imagesize_py
COMMENT= Parses image files' header and returns image size
LICENSE= mit
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"