mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
22 lines
425 B
Makefile
22 lines
425 B
Makefile
PORTNAME= pwgen
|
|
PORTVERSION= 2.08
|
|
PORTREVISION= 1
|
|
PORTEPOCH= 2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= andrey@hm.perm.ru
|
|
COMMENT= Small, powerful, GPL'ed password generator #'
|
|
WWW= https://sourceforge.net/projects/pwgen/
|
|
|
|
LICENSE= GPLv2
|
|
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
|
USES= cpe
|
|
CPE_VENDOR= pwgen_project
|
|
|
|
PLIST_FILES= bin/pwgen \
|
|
share/man/man1/pwgen.1.gz
|
|
|
|
.include <bsd.port.mk>
|