diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-28 17:15:38 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-28 17:15:38 +0000 |
commit | ae0f269fa0d93a69e6cf1ef54a3c241db33d995f (patch) | |
tree | 39a2421c649a1f394f9ae2af1d50ad73fd311567 /databases/Makefile | |
parent | a11dcc5cc3cb006237ecaeafd4c2e8f511c95313 (diff) | |
download | ports-ae0f269fa0d93a69e6cf1ef54a3c241db33d995f.tar.gz ports-ae0f269fa0d93a69e6cf1ef54a3c241db33d995f.zip |
add p5-DBIx-Password 1.8
Allows you to create a global password file for DB passwords
PR: 36066
Submitted by: Autrijus Tang <autrijus@egb.elixus.org>
Notes
Notes:
svn path=/head/; revision=60207
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index dded8b958f32..c49a400cab48 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -78,6 +78,7 @@ SUBDIR += p5-DBIWrapper SUBDIR += p5-DBIx-AnyDBD SUBDIR += p5-DBIx-DataSource + SUBDIR += p5-DBIx-Password SUBDIR += p5-DBIx-Recordset SUBDIR += p5-DBIx-SearchBuilder SUBDIR += p5-DBIx-XHTML_Table |