blob: 7a5b120dfcc5e04baafdef8a406e2d57b732edc7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
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>
|