mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
87c68745a9
- Add LICENSE_FILE - Update pkg-descr - Take maintainership Changes: https://github.com/shibukawa/imagesize_py/commits/master
21 lines
418 B
Makefile
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>
|