mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
19 lines
268 B
Makefile
19 lines
268 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= rndpassw
|
|
PORTVERSION= 0.2
|
|
CATEGORIES= security
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= melanhit@gmail.com
|
|
COMMENT= CLI password generator
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= tar:bzip2
|
|
|
|
PLIST_FILES= bin/rndpassw \
|
|
man/man1/rndpassw.1.gz
|
|
|
|
.include <bsd.port.mk>
|