blob: 3832aea309b11946b7b11dd037b7d9384b8c70ba (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= cvss
PORTVERSION= 2.2
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= gettoknowmi@yahoo.com
COMMENT= Computation utilities and interactive calculator compatible
WWW= https://github.com/skontar/cvss
LICENSE= GPLv3
LICENSE_FILE= ${FILESDIR}/LICENSE
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>
|