freebsd-ports/graphics/py-pymaging/Makefile
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

24 lines
405 B
Makefile

# $FreeBSD$
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>