1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/graphics/py-imagesize/Makefile
Po-Chuan Hsieh 87c68745a9
graphics/py-imagesize: Update to 1.2.0
- Add LICENSE_FILE
- Update pkg-descr
- Take maintainership

Changes:	https://github.com/shibukawa/imagesize_py/commits/master
2021-05-05 03:15:24 +08:00

21 lines
418 B
Makefile

# Created by: Kris Moore <kmoore@FreeBSD.org>
PORTNAME= imagesize
PORTVERSION= 1.2.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>