diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-03-27 13:12:29 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-03-27 13:12:29 +0000 |
commit | 30a7ca0bb00fdf324f41c9154be6a91fcf4bb9d3 (patch) | |
tree | 1b661ee8ac8f4947253d0e3040ac98e36e47231f /devel/py-sortedcontainers/Makefile | |
parent | 3248b91347d34f37c6a20bcb80fab847d81acf63 (diff) |
Notes
Diffstat (limited to 'devel/py-sortedcontainers/Makefile')
-rw-r--r-- | devel/py-sortedcontainers/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/py-sortedcontainers/Makefile b/devel/py-sortedcontainers/Makefile new file mode 100644 index 000000000000..e9e92ec42d30 --- /dev/null +++ b/devel/py-sortedcontainers/Makefile @@ -0,0 +1,19 @@ +# Created by: antoine@FreeBSD.org +# $FreeBSD$ + +PORTNAME= sortedcontainers +PORTVERSION= 0.9.5 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Python Sorted Container Types: SortedList, SortedDict, and SortedSet + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python +USE_PYTHON= distutils autoplist + +.include <bsd.port.mk> |