diff options
Diffstat (limited to 'databases/mtools-mongodb/Makefile')
-rw-r--r-- | databases/mtools-mongodb/Makefile | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/databases/mtools-mongodb/Makefile b/databases/mtools-mongodb/Makefile deleted file mode 100644 index 9043175fedee..000000000000 --- a/databases/mtools-mongodb/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# Created by: Boris Samorodov <bsam@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= mtools -PORTVERSION= 1.2.3 -PORTREVISION= 4 -CATEGORIES= databases python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PKGNAMESUFFIX= -mongodb - -MAINTAINER= bsam@FreeBSD.org -COMMENT= Setup test environments; parse, filter and visualize MongoDB log files - -LICENSE= APACHE20 - -DEPRECATED= Uses deprecated version of python -EXPIRATION_DATE= 2020-09-15 - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=2.0:sysutils/py-psutil@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pymongo>0:databases/pymongo@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} - -USE_PYTHON= autoplist distutils -USES= python:2.7 - -.include <bsd.port.mk> |