mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
22 lines
368 B
Makefile
22 lines
368 B
Makefile
# 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>
|