forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
18 lines
268 B
Makefile
18 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>
|