aboutsummaryrefslogtreecommitdiffstats
path: root/security/ranpwd/Makefile
blob: 77741e71402c0d2b43b5ed20d47a01e55d9eeb12 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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= ports@FreeBSD.org
COMMENT=    A tool to generate random passwords

GNU_CONFIGURE=  yes
USE_GMAKE=  yes

BROKEN=     checksum mismatch

PLIST_FILES=    bin/ranpwd

MAN1=       ranpwd.1

.include <bsd.port.mk>