freebsd-ports/graphics/py-pymaging/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

22 lines
392 B
Makefile

PORTNAME= pymaging
PORTVERSION= g20130908
PORTREVISION= 1
CATEGORIES= graphics python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ume@FreeBSD.org
COMMENT= Pure Python imaging library
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= python:3.6+
USE_PYTHON= autoplist distutils
USE_GITHUB= yes
GH_ACCOUNT= ojii
GH_TAGNAME= 596a08f
NO_ARCH= yes
.include <bsd.port.mk>