diff options
author | alex <alex@FreeBSD.org> | 2000-07-23 00:37:35 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2000-07-23 00:37:35 +0800 |
commit | 3b6b08dcd4f9914d2c389ef2ec730c82273af77f (patch) | |
tree | 1b11ea4cf891239367b24bbcbe392b46acd121ad /sysutils/pwgen/Makefile | |
parent | 1cf71214e7acef8413788bebbd0a984884b64f77 (diff) | |
download | freebsd-ports-gnome-3b6b08dcd4f9914d2c389ef2ec730c82273af77f.tar.gz freebsd-ports-gnome-3b6b08dcd4f9914d2c389ef2ec730c82273af77f.tar.zst freebsd-ports-gnome-3b6b08dcd4f9914d2c389ef2ec730c82273af77f.zip |
Add pwgen 1.15, a password generator with various options which influence
the security of the password.
Diffstat (limited to 'sysutils/pwgen/Makefile')
-rw-r--r-- | sysutils/pwgen/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/sysutils/pwgen/Makefile b/sysutils/pwgen/Makefile new file mode 100644 index 000000000000..e3ae6299e064 --- /dev/null +++ b/sysutils/pwgen/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: pwgen +# Date created: 22 July 2000 +# Whom: Oddbjorn Steffensen <oddbjorn@tricknology.org> +# +# $FreeBSD$ +# + +PORTNAME= pwgen +PORTVERSION= 1.15 +CATEGORIES= sysutils +MASTER_SITES= http://www.tricknology.org/ports/ + +MAINTAINER= oddbjorn@tricknology.org + +BUILD_DEPENDS= ${LOCALBASE}/include/getopt.h:${PORTSDIR}/devel/libgnugetopt + +MAN1= pwgen.1 +WRKSRC= ${WRKDIR}/pwgen-1 + +.include <bsd.port.mk> |