pkgsrc/graphics/py-imagesize/Makefile
adam 16c38ee37e py-imagesize: updated to 1.4.1
1.4.1
Unknown changes
2022-09-14 10:03:03 +00:00

16 lines
448 B
Makefile

# $NetBSD: Makefile,v 1.9 2022/09/14 10:03:03 adam Exp $
DISTNAME= imagesize-1.4.1
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"