aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pwgen/Makefile
blob: b3957ce27993abe87c8cf9f393fe1627e5a4d951 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Andrew Khlebutin <andrey@hm.perm.ru>

PORTNAME=	pwgen
PORTVERSION=	2.08
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
CPE_VENDOR=	pwgen_project

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

.include <bsd.port.mk>