freebsd-ports/graphics/py-imagesize/Makefile
2021-11-22 02:20:33 +08:00

20 lines
418 B
Makefile

# Created by: Kris Moore <kmoore@FreeBSD.org>
PORTNAME= imagesize
PORTVERSION= 1.3.0
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Get image size from png/jpeg/jpeg2000/gif file
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.rst
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>