diff options
Diffstat (limited to 'devel/py-collections-extended/Makefile')
-rw-r--r-- | devel/py-collections-extended/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/py-collections-extended/Makefile b/devel/py-collections-extended/Makefile new file mode 100644 index 000000000000..78da15731f28 --- /dev/null +++ b/devel/py-collections-extended/Makefile @@ -0,0 +1,20 @@ +PORTNAME= collections-extended +DISTVERSION= 2.0.2 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= dtxdf@FreeBSD.org +COMMENT= Extra Python Collections (multisets and setlists) +WWW= https://pypi.org/project/${PORTNAME} \ + https://github.com/mlenzen/${PORTNAME} + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include <bsd.port.mk> |