fb7a7d20d3
Changes: Theodore Ts'o (9): Add .gitignore file Fix pwgen -Bs so that this option combination works correctly Fix the pwgen -Bc option combination Fix typo in pwgen man page. Make the -s option imply the -nc options Add -v option to generate passwords without vowels Update Debian changelog for 2.06 release Fix debian lintian warning: debian-rules-ignores-make-clean-error Update Debian Standards-Version to policy version 3.7.2.2 (I didn't here back from MAINTAINER for a month.)
13 lines
325 B
Makefile
13 lines
325 B
Makefile
# $NetBSD: Makefile,v 1.6 2007/10/13 01:21:19 reed Exp $
|
|
|
|
DISTNAME= pwgen-2.06
|
|
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"
|