diff options
author | James E. Housley <jeh@FreeBSD.org> | 2003-03-03 04:00:46 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2003-03-03 04:00:46 +0000 |
commit | efd190c942c09a1b363f138f9bb0684872fac34b (patch) | |
tree | 8f853fa2c17cb2ae3a7f1185fbf4ff8a80ed22b2 /www/mod_auth_mysql | |
parent | 097ebce8e11bd5b3d82de9d2a737849d85e37e0b (diff) |
Notes
Diffstat (limited to 'www/mod_auth_mysql')
-rw-r--r-- | www/mod_auth_mysql/Makefile | 1 | ||||
-rw-r--r-- | www/mod_auth_mysql/pkg-comment | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_auth_mysql/Makefile b/www/mod_auth_mysql/Makefile index 955692fd925c..e2fe5794afba 100644 --- a/www/mod_auth_mysql/Makefile +++ b/www/mod_auth_mysql/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= mod-auth-mysql MAINTAINER= jeh@FreeBSD.org +COMMENT= Allows users to use MySQL databases for user authentication BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/${AP_PORT} LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client diff --git a/www/mod_auth_mysql/pkg-comment b/www/mod_auth_mysql/pkg-comment deleted file mode 100644 index 1d02fe297802..000000000000 --- a/www/mod_auth_mysql/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Allows users to use MySQL databases for user authentication |