aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pwgen/Makefile
blob: 33b91e44398f358f2f8595d90bfed00cdcd3f31f (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
# Created by: Andrew Khlebutin <andrey@hm.perm.ru>
# $FreeBSD$

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

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

LICENSE=	GPLv2

GNU_CONFIGURE=	yes
USES=		cpe perl5
CPE_VENDOR=	pwgen_project
USE_PERL5=	build

PLIST_FILES=	bin/pwgen \
		man/man1/pwgen.1.gz

.include <bsd.port.mk>