blob: 6f866e0d08df4fccc4840e6eb39c96f6df4afb92 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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>
|