14 lines
425 B
Makefile
14 lines
425 B
Makefile
# $NetBSD: Makefile,v 1.3 2016/06/08 17:49:20 wiz Exp $
|
|
|
|
DISTNAME= imagesize-0.7.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
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|