mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
cf118ccf87
Reported by: lwhsu
20 lines
306 B
Makefile
20 lines
306 B
Makefile
PORTNAME= rndpassw
|
|
PORTVERSION= 0.2.2
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= melanhit@gmail.com
|
|
COMMENT= CLI password generator
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= melanhit
|
|
|
|
USES= cmake
|
|
|
|
PLIST_FILES= bin/rndpassw \
|
|
man/man1/rndpassw.1.gz
|
|
|
|
.include <bsd.port.mk>
|