70c4785ca0
passwords. Generated passwords may consist of any specified length and any combination of upper- or lower-case alphanumeric characters or punctuation. ranpwd can also generate passwords consisting of hexadecimal, decimal, octal or binary numbers, and format these as valid C constants for inclusion in source code. WWW: http://freshmeat.net/projects/ranpwd PR: ports/135540 Submitted by: corky1951 at comcast.net
25 lines
455 B
Makefile
25 lines
455 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: ranpwd
|
|
# Date created: Jun 11, 2009
|
|
# Whom: corky1951@comcast.net
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ranpwd
|
|
PORTVERSION= 1.2
|
|
CATEGORIES= security
|
|
MASTER_SITES= ${MASTER_SITE_KERNEL_ORG}
|
|
MASTER_SITE_SUBDIR= software/utils/admin/ranpwd
|
|
|
|
MAINTAINER= corky1951@comcast.net
|
|
COMMENT= A tool to generate random passwords
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
PLIST_FILES= bin/ranpwd
|
|
|
|
MAN1= ranpwd.1
|
|
|
|
.include <bsd.port.mk>
|