mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
74f7dfab80
- Update LICENSE (BSD 3-clause) - Update patches Changes: http://sourceforge.net/p/rndpassw/code/HEAD/tree/UPDATES PR: ports/187212 [1] Submitted by: Andrew Romanenko <melanhit@gmail.com> (maintainer)
19 lines
266 B
Makefile
19 lines
266 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= rndpassw
|
|
PORTVERSION= 0.2
|
|
CATEGORIES= security
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= melanhit@gmail.com
|
|
COMMENT= CLI password generator
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USE_BZIP2= yes
|
|
|
|
PLIST_FILES= bin/rndpassw \
|
|
man/man1/rndpassw.1.gz
|
|
|
|
.include <bsd.port.mk>
|