diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-05-18 16:02:57 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-05-18 16:02:57 +0000 |
commit | 5b9336260d9ef239418b5f5341c4628ba9f5e6f6 (patch) | |
tree | ba86dcb6663b21f39d6c11bbbe522a01881b1838 /devel/py-smmap2/Makefile | |
parent | 7c6049efcb29044a36cab0ada75559e12e8d488f (diff) | |
download | ports-5b9336260d9ef239418b5f5341c4628ba9f5e6f6.tar.gz ports-5b9336260d9ef239418b5f5341c4628ba9f5e6f6.zip |
Notes
Diffstat (limited to 'devel/py-smmap2/Makefile')
-rw-r--r-- | devel/py-smmap2/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/py-smmap2/Makefile b/devel/py-smmap2/Makefile new file mode 100644 index 000000000000..a86a928b5ea7 --- /dev/null +++ b/devel/py-smmap2/Makefile @@ -0,0 +1,21 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= smmap2 +PORTVERSION= 2.0.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Sliding-window memory map manager + +LICENSE= BSD3CLAUSE + +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose + +NO_ARCH= yes +USE_PYTHON= autoplist distutils +USES= python + +.include <bsd.port.mk> |