diff options
author | fjoe <fjoe@FreeBSD.org> | 2003-05-19 21:25:00 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2003-05-19 21:25:00 +0800 |
commit | 838b2be10bad9bb36cb6cd8f9c87ffc5744dc510 (patch) | |
tree | fd110f680be57984fab17df7a69d3de01656b88f /sysutils/Makefile | |
parent | c09b56909a3d1020c11ea50c505817262c9c7e50 (diff) | |
download | freebsd-ports-gnome-838b2be10bad9bb36cb6cd8f9c87ffc5744dc510.tar.gz freebsd-ports-gnome-838b2be10bad9bb36cb6cd8f9c87ffc5744dc510.tar.zst freebsd-ports-gnome-838b2be10bad9bb36cb6cd8f9c87ffc5744dc510.zip |
New port: pwg
PwG is a small tool to generate secure, random passwords. It's
based on the KDE-3.1 and QT-3.1 libs.
Submitted by: Kirill Ponomarew
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 6733afcc4ba0..52c96d3d17ae 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -205,6 +205,7 @@ SUBDIR += psmisc SUBDIR += pstack SUBDIR += pstree + SUBDIR += pwg SUBDIR += pwgen SUBDIR += pyfind SUBDIR += qlogtools |