aboutsummaryrefslogtreecommitdiffstats
path: root/security/py-cpe/Makefile
blob: 29dd05871eee3e04f1b54208689edd18610b962a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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>