diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2022-06-28 10:57:10 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2022-06-28 10:57:10 +0000 |
commit | b11734a3dbe024ddcf28298c7724b9387ac6ceeb (patch) | |
tree | 6d457fe51107dd7ae3d69e0dbb802238cd217541 | |
parent | 37dca636ceb655de72119735c806a5fd11915e09 (diff) | |
download | ports-b11734a3dbe024ddcf28298c7724b9387ac6ceeb.tar.gz ports-b11734a3dbe024ddcf28298c7724b9387ac6ceeb.zip |
www/darkhttpd: Add CPE information, pet porlint warning
Approved by: portmgr (blanket)
-rw-r--r-- | www/darkhttpd/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/www/darkhttpd/Makefile b/www/darkhttpd/Makefile index 07ad7aa22332..fc0c5d2b6037 100644 --- a/www/darkhttpd/Makefile +++ b/www/darkhttpd/Makefile @@ -1,6 +1,6 @@ PORTNAME= darkhttpd -DISTVERSION= 1.13 DISTVERSIONPREFIX= v +DISTVERSION= 1.13 CATEGORIES= www MAINTAINER= henrichartzer@tuta.io @@ -8,6 +8,10 @@ COMMENT= Simple, static web server LICENSE= ISCL +USES= cpe + +CPE_VENDOR= darkhttpd_project + USE_GITHUB= yes GH_ACCOUNT= emikulic |