diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-03-25 12:45:40 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-03-25 13:36:38 +0000 |
commit | 4f1eac7221994a696606199d4c26f3f2342a8e43 (patch) | |
tree | dcda3737c7a7edbead45831c729db2b2fbfe8016 /math/py-moarchiving/Makefile | |
parent | a314f8f1ce3e229e6ddb6f552ada350c08f45afe (diff) |
Diffstat (limited to 'math/py-moarchiving/Makefile')
-rw-r--r-- | math/py-moarchiving/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/math/py-moarchiving/Makefile b/math/py-moarchiving/Makefile new file mode 100644 index 000000000000..40c60fb5e2a7 --- /dev/null +++ b/math/py-moarchiving/Makefile @@ -0,0 +1,19 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> + +PORTNAME= moarchiving +PORTVERSION= 0.6.0 +CATEGORIES= math python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Biobjective Archive class with hypervolume indicator and uncrowded hypervolume improvement computation + +LICENSE= BSD3CLAUSE + +USES= python:3.7+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include <bsd.port.mk> |