mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
18 lines
353 B
Makefile
18 lines
353 B
Makefile
PORTNAME= cvss
|
|
PORTVERSION= 2.2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= gettoknowmi@yahoo.com
|
|
COMMENT= Computation utilities and interactive calculator compatible
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${FILESDIR}/LICENSE
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|