2017-09-20 03:55:00 +02:00
|
|
|
# Created by: Silvio Ap Silva aka kanazuchi <alvolivre@live.com>
|
|
|
|
|
|
|
|
PORTNAME= wmi-query
|
2018-01-27 14:00:58 +01:00
|
|
|
PORTVERSION= 0.1.4
|
2017-09-20 03:55:00 +02:00
|
|
|
CATEGORIES= net python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2018-01-27 14:00:58 +01:00
|
|
|
MAINTAINER= contato@kanazuchi.com
|
2017-09-20 03:55:00 +02:00
|
|
|
COMMENT= Python scripts to get wmi data classes in a dict
|
|
|
|
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
|
2018-06-20 19:05:41 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}impacket>=0:net/py-impacket@${PY_FLAVOR}
|
2017-09-20 03:55:00 +02:00
|
|
|
|
2020-12-29 00:02:12 +01:00
|
|
|
USES= python:3.6+
|
2017-09-20 03:55:00 +02:00
|
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
|
2018-01-27 14:00:58 +01:00
|
|
|
NO_ARCH= yes
|
|
|
|
|
2017-09-20 03:55:00 +02:00
|
|
|
.include <bsd.port.mk>
|