diff options
-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 |