86bc9d6d3c
* Suppress trailing space after the last password (Closes: #794635) * Make pwgen -s more "secure" for 1 and 2 character passwords (Closes: #666725) * Fix option parsing of "pwgen --no-capitalize --no-vowels" (Closes: #791908) * Add new option --remove-chars which removes chars from the set of characters used to generate passwords (Closes: #836334) * Fix manpage typo (Closes: #579178) * Stop -s from overwriting other flags (Closes: #436912) (Note all numbers are references to Debian bug reports. Excerpted from debian/changelog.)
14 lines
355 B
Makefile
14 lines
355 B
Makefile
# $NetBSD: Makefile,v 1.12 2018/05/29 02:57:56 ginsbach Exp $
|
|
|
|
DISTNAME= pwgen-2.08
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pwgen/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://sourceforge.net/projects/pwgen/
|
|
COMMENT= Generate pronounceable passwords
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|