2013-09-21 01:05:58 +02:00
|
|
|
# Created by: Andrew Khlebutin <andrey@hm.perm.ru>
|
2000-07-22 18:37:35 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2000-10-13 22:29:15 +02:00
|
|
|
PORTNAME= pwgen
|
2012-06-07 12:49:12 +02:00
|
|
|
PORTVERSION= 2.06
|
2012-06-11 11:24:35 +02:00
|
|
|
PORTEPOCH= 2
|
2000-10-13 22:29:15 +02:00
|
|
|
CATEGORIES= sysutils
|
2012-06-07 12:49:12 +02:00
|
|
|
MASTER_SITES= SF
|
2000-07-22 18:37:35 +02:00
|
|
|
|
2012-06-07 12:49:12 +02:00
|
|
|
MAINTAINER= andrey@hm.perm.ru
|
|
|
|
COMMENT= A small, powerful, GPL'ed password generator
|
2000-07-22 18:37:35 +02:00
|
|
|
|
2012-06-07 12:49:12 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2013-09-07 09:44:26 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= build
|
2000-10-13 22:29:15 +02:00
|
|
|
|
2014-02-05 14:45:39 +01:00
|
|
|
PLIST_FILES= bin/pwgen \
|
|
|
|
man/man1/pwgen.1.gz
|
2000-07-22 18:37:35 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|