aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pwgen/Makefile
blob: 0d48ecde0b5b60d5db7c6545786a183db1e0ea6c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:	pwgen
# Date created:		22 July 2000
# Whom:			Oddbjorn Steffensen <oddbjorn@tricknology.org>
#
# $FreeBSD$
#

PORTNAME=	pwgen
PORTVERSION=	2.06
CATEGORIES=	sysutils
MASTER_SITES=	SF

MAINTAINER=	oddbjorn@tricknology.org
COMMENT=	A simple password generator

GNU_CONFIGURE=	yes

MAN1=		pwgen.1
PLIST_FILES=	bin/pwgen

.include <bsd.port.mk>