aboutsummaryrefslogtreecommitdiff
path: root/security/py-virustotal-api/Makefile
blob: ba88e608eccd42e86058a587d45852e5b7c929e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Dan Langille <dvl@FreeBSD.org>

PORTNAME=	virustotal-api
PORTVERSION=	1.1.3
CATEGORIES=	security python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	dvl@FreeBSD.org
COMMENT=	Virus Total Public/Private/Intel API

LICENSE=	MIT

USES=		python:3.6+
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>