aboutsummaryrefslogtreecommitdiff
path: root/security/Makefile
diff options
context:
space:
mode:
authorGreg Larkin <glarkin@FreeBSD.org>2009-04-30 17:51:57 +0000
committerGreg Larkin <glarkin@FreeBSD.org>2009-04-30 17:51:57 +0000
commitbb06397c6c201e81e98f3ac3d064b7fc16edef78 (patch)
treea20e88096b7269df72ef2249dd2abc8824363d52 /security/Makefile
parente73b7e83e3c0227d6013ad5f062f248674233f42 (diff)
downloadports-bb06397c6c201e81e98f3ac3d064b7fc16edef78.tar.gz
ports-bb06397c6c201e81e98f3ac3d064b7fc16edef78.zip
This module comes with a set of methods to use with htaccess password
files. These files (and htaccess) are used to do Basic Authentication on a web server. The password file is a flat-file with login names and their associated crypted password. You can use this for non-Apache files if you wish, but it was written specifically for .htaccess style files. WWW: http://search.cpan.org/dist/Apache-Htpasswd/
Notes
Notes: svn path=/head/; revision=232996
Diffstat (limited to 'security/Makefile')
-rw-r--r--security/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index 80ecd1360653..7fb198f7514e 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -338,6 +338,7 @@
SUBDIR += ossec-hids-server
SUBDIR += osslsigncode
SUBDIR += outguess
+ SUBDIR += p5-Apache-Htpasswd
SUBDIR += p5-Authen-Bitcard
SUBDIR += p5-Authen-Captcha
SUBDIR += p5-Authen-CyrusSASL