freebsd-ports/graphics/py-imagesize/Makefile
Steve Wills 0e7b1d482b graphics/py-imagesize: update to 1.1.0
PR:		238454
Approved by:	maintainer timeout (kmoore, >5 weeks)
2019-07-19 14:53:28 +00:00

19 lines
355 B
Makefile

# Created by: Kris Moore <kmoore@FreeBSD.org>
# $FreeBSD$
PORTNAME= imagesize
PORTVERSION= 1.1.0
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= kmoore@FreeBSD.org
COMMENT= Python image size library
LICENSE= MIT
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>