freebsd-ports/sysutils/pwgen2/Makefile
Sergey Matveychuk 0afa6cb778 - Update to 2.06
ChangeLog:
* Fix pwgen -Bs so that this option combination works correctly
(Closes: #368010)
* Fix the pwgen -Bc option combination (Closes: #355153)
* Fix typo in pwgen man page (Closes: #376147)
* Make the -s option imply the -nc options (Closes: #427969)
* Add -v option to generate passwords without vowels (Closes: #387461)

PR:		ports/115786
Submitted by:	maintainer
2007-08-24 18:42:33 +00:00

29 lines
551 B
Makefile

# New ports collection makefile for: pwgen2
# Date created: 27 Aug 2005
# Whom: Andrew Khlebutin <andrey@hm.perm.ru>
#
# $FreeBSD$
#
PORTNAME= pwgen
PORTVERSION= 2.06
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= andrey@hm.perm.ru
COMMENT= A small, powerful, GPL'ed password generator
GNU_CONFIGURE= yes
USE_GETOPT_LONG=yes
USE_PERL5_BUILD=yes
CONFLICTS= pwgen-1*
LATEST_LINK= pwgen2
MAN1= pwgen.1
PLIST_FILES= bin/pwgen
.include <bsd.port.mk>