1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/security/rndpassw/Makefile
Frederic Culot 74f7dfab80 - Update to 0.2 [1]
- 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)
2014-03-04 17:15:48 +00:00

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>