70794437bb
Common Platform Enumeration (CPE) is a standardized method of describing and identifying classes of applications, operating systems, and hardware devices present among an enterprise's computing assets. For more information, please visit the official website of CPE, developed by MITRE and maintained by NIST. Features: * Versions: 1.1, 2.2, 2.3 * Formats: WFN, URI, FS. * Cross-version conversion. * Language parsing and evaluation. WWW: https://github.com/nilp0inter/cpe
19 lines
395 B
Makefile
19 lines
395 B
Makefile
# Created by: Kubilay Kocak <koobs@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cpe
|
|
PORTVERSION= 1.1.0
|
|
CATEGORIES= security python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= koobs@FreeBSD.org
|
|
COMMENT= Common Platform Enumeration (CPE) for Python
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python:-2.7
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|