git: f7d815bded18 - main - net/isc-dhcp44-server: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 05 Oct 2021 20:02:08 UTC
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=f7d815bded186367af817f0d1a34c24f7cd7b7d5 commit f7d815bded186367af817f0d1a34c24f7cd7b7d5 Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-10-05 19:59:15 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2021-10-05 20:01:31 +0000 net/isc-dhcp44-server: Add CPE information Approved by: portmgr (blanket) --- net/isc-dhcp44-server/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/isc-dhcp44-server/Makefile b/net/isc-dhcp44-server/Makefile index a8d3766f498d..95a7f5f06580 100644 --- a/net/isc-dhcp44-server/Makefile +++ b/net/isc-dhcp44-server/Makefile @@ -16,7 +16,9 @@ COMMENT?= ISC Dynamic Host Configuration Protocol server LICENSE= MPL20 -USES= gmake +USES= cpe gmake + +CPE_VENDOR= isc PORTREVISION_SERVER= 1 PORTREVISION_CLIENT= 0