22 lines
453 B
Makefile
22 lines
453 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
PORTNAME= vulndb
|
||
|
PORTVERSION= 0.0.19
|
||
|
CATEGORIES= security python
|
||
|
MASTER_SITES= CHEESESHOP
|
||
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||
|
|
||
|
MAINTAINER= dbaio@bsd.com.br
|
||
|
COMMENT= Provides access to the vulndb information in Python
|
||
|
|
||
|
LICENSE= BSD3CLAUSE
|
||
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||
|
|
||
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-git>=1.1:devel/py-setuptools-git
|
||
|
|
||
|
NO_ARCH= yes
|
||
|
USES= python
|
||
|
USE_PYTHON= autoplist distutils
|
||
|
|
||
|
.include <bsd.port.mk>
|