diff options
Diffstat (limited to 'graphics/py-pymaging/Makefile')
-rw-r--r-- | graphics/py-pymaging/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/graphics/py-pymaging/Makefile b/graphics/py-pymaging/Makefile new file mode 100644 index 000000000000..7a47358279f8 --- /dev/null +++ b/graphics/py-pymaging/Makefile @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= pymaging +PORTVERSION= g20130908 +CATEGORIES= graphics python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= ume@FreeBSD.org +COMMENT= Pure Python imaging library + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +USES= python +USE_PYTHON= autoplist distutils + +USE_GITHUB= yes +GH_ACCOUNT= ojii +GH_TAGNAME= 596a08f + +.include <bsd.port.mk> |