22 lines
392 B
Makefile
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>
|