fedda05642
Changes since 2.04: * pwgen.1: Fix spelling mistakes in the man page (Addresses Debian Bug: #323538) * pwgen.c (main): Fix bug which would cause pwgen to loop forever if the password length specified is 1. Adresses PR pkg/34334 by Martin Wilke
13 lines
329 B
Makefile
13 lines
329 B
Makefile
# $NetBSD: Makefile,v 1.5 2006/10/23 20:03:23 jdolecek Exp $
|
|
|
|
DISTNAME= pwgen-2.05
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pwgen/}
|
|
|
|
MAINTAINER= jdolecek@NetBSD.org
|
|
HOMEPAGE= http://sourceforge.net/projects/pwgen/
|
|
COMMENT= Generate pronounceable passwords
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|