aboutsummaryrefslogtreecommitdiff
path: root/security/rndpassw/Makefile
blob: 623793d466ef964704bf7b57ad1adbc45fab5b48 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$

PORTNAME=	rndpassw
PORTVERSION=	0.1
CATEGORIES=	security
MASTER_SITES=	SF

MAINTAINER=	melanhit@gmail.com
COMMENT=	CLI password generator

LICENSE=	BSD

USE_BZIP2=	yes
FETCH_ARGS=	-Fpr

MAN1=		rndpassw.1
PLIST_FILES=	bin/rndpassw

.include <bsd.port.mk>