summaryrefslogtreecommitdiff
path: root/sysutils/pwgen/Makefile
blob: aaadfeb42ebe01ef729a48dcea789f4565709cfb (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
# New ports collection makefile for:	pwgen2
# Date created:		27 Aug 2005
# Whom:			Andrew Khlebutin <andrey@hm.perm.ru>
#
# $FreeBSD$
#

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

MAINTAINER=	andrey@hm.perm.ru
COMMENT=	A small, powerful, GPL'ed password generator

GNU_CONFIGURE=	yes
USES=		perl5
USE_PERL5=	build

MAN1=		pwgen.1
PLIST_FILES=	bin/pwgen

.include <bsd.port.mk>