forked from Lainports/freebsd-ports
20 lines
418 B
Makefile
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>
|