diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-24 22:15:59 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-24 22:15:59 +0000 |
commit | 6c6b4b187d9f416cfcb8e7c12298f2d149e65c8c (patch) | |
tree | c13471874a917c828dc1aeca3864809615581044 /net/Makefile | |
parent | c98724bdca427936bf70b06ea974b921b41064bc (diff) | |
download | ports-6c6b4b187d9f416cfcb8e7c12298f2d149e65c8c.tar.gz ports-6c6b4b187d9f416cfcb8e7c12298f2d149e65c8c.zip |
Add py-smbpasswd, a small python extension to generate SMB/CIFS passwords.
PR: ports/67124
Submitted by: Alexander Novitsky <alecn2002@yandex.ru>
Notes
Notes:
svn path=/head/; revision=109903
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index f4617664f842..4f4159806b9c 100644 --- a/net/Makefile +++ b/net/Makefile @@ -538,6 +538,7 @@ SUBDIR += py-rt SUBDIR += py-samba SUBDIR += py-smb + SUBDIR += py-smbpasswd SUBDIR += py-soapy SUBDIR += py-spreadmodule SUBDIR += py-xmlrpc |