openbsd-ports/security/pwgen/Makefile
sthen 3dbd1f5077 update pwgen to 2.06: bug fixes and adds -y option to include symbols
in the generated password.

from Pierre-Emmanuel André on ports@, ok robert
2007-12-04 10:28:29 +00:00

28 lines
522 B
Makefile

# $OpenBSD: Makefile,v 1.6 2007/12/04 10:28:29 sthen Exp $
COMMENT= simple password generator
DISTNAME= pwgen-2.06
CATEGORIES= security
MAINTAINER= Robert Nagy <robert@openbsd.org>
HOMEPAGE= http://sourceforge.net/projects/pwgen/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pwgen/}
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
AUTOCONF_VERSION=2.13
CONFIGURE_STYLE=autoconf
MAKE_FLAGS= WALL_OPTS=""
NO_REGRESS= Yes
.include <bsd.port.mk>