diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-11 17:19:24 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-11 17:19:24 +0800 |
commit | 9d9fe04d076a45f2e19597c2bc35259c640f06fa (patch) | |
tree | 9bd162c322eb6f8d094770db08b39cb7b95df106 /www | |
parent | b764f76366671d9fecb6725316d0b8f6b57ff2da (diff) | |
download | freebsd-ports-gnome-9d9fe04d076a45f2e19597c2bc35259c640f06fa.tar.gz freebsd-ports-gnome-9d9fe04d076a45f2e19597c2bc35259c640f06fa.tar.zst freebsd-ports-gnome-9d9fe04d076a45f2e19597c2bc35259c640f06fa.zip |
- Add CPE info
Approved by: portmgr blanket
Diffstat (limited to 'www')
-rw-r--r-- | www/bozohttpd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/bozohttpd/Makefile b/www/bozohttpd/Makefile index 89a608bf8de3..0419226139a3 100644 --- a/www/bozohttpd/Makefile +++ b/www/bozohttpd/Makefile @@ -18,7 +18,8 @@ USE_RC_SUBR= bozohttpd OPTIONS_DEFINE= HTPASSWD SSL CGI OPTIONS_DEFAULT= SSL CGI -USES= uidfix tar:bzip2 +USES= cpe uidfix tar:bzip2 +CPE_VENDOR= eterna HTPASSWD_DESC= Enable htpassword support SSL_DESC= Enable SSL support |