git: 1d14b12d4891 - main - net-mgmt/crmsh: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 19 Oct 2021 11:15:29 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=1d14b12d4891157c5e79a6c059fdeb30c6751e64 commit 1d14b12d4891157c5e79a6c059fdeb30c6751e64 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-19 11:14:41 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-19 11:14:41 +0000 net-mgmt/crmsh: Add CPE information Approved by: portmgr (blanket) --- net-mgmt/crmsh/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-mgmt/crmsh/Makefile b/net-mgmt/crmsh/Makefile index 30afe3ba3592..1b34436a6fef 100644 --- a/net-mgmt/crmsh/Makefile +++ b/net-mgmt/crmsh/Makefile @@ -19,7 +19,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} -USES= autoreconf gmake python shebangfix +USES= autoreconf cpe gmake python shebangfix +CPE_VENDOR= clusterlabs USE_GITHUB= yes GH_ACCOUNT= ClusterLabs GNU_CONFIGURE= yes