freebsd-ports/security/py-zkg/Makefile
Kai Knoblich a1d8d9417c security/py-bro-pkg: Rename to security/py-zkg and update to 2.0.0
The project name of upstream has changed from "Bro" to "Zeek". This also
affects the repositories and offered packages.

* Rename the port to security/py-zkg
* Adapt the text references in COMMENT and pkg-{descr,message} accordingly.
* Update to 2.0.0

Changelog:

https://github.com/zeek/package-manager/blob/v2.0.0/CHANGES

PR:		237634
Submitted by:	Shirkdog <mshirk@daemon-security.com> (maintainer)
Reviewed by:	koobs
2019-06-17 05:51:24 +00:00

30 lines
751 B
Makefile

# $FreeBSD$
PORTNAME= zkg
DISTVERSIONPREFIX= v
DISTVERSION= 2.0.0
CATEGORIES= security python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= mshirk@daemon-security.com
COMMENT= Zeek NSM package manager
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}GitPython>=2.1.8:devel/py-gitpython@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}btest>=0:devel/py-btest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}configparser>=0:devel/py-configparser@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}semantic_version>=0:devel/py-semantic_version@${PY_FLAVOR} \
git:devel/git
USES= python
USE_PYTHON= distutils autoplist concurrent
USE_GITHUB= yes
GH_ACCOUNT= zeek
GH_PROJECT= package-manager
NO_ARCH= yes
.include <bsd.port.mk>