pkgsrc/graphics/py-imagesize/Makefile

17 lines
448 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.5 2018/10/16 08:54:50 adam Exp $
DISTNAME= imagesize-1.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= graphics python
2016-06-08 19:49:19 +02:00
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"