mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
b9398223bd
Approved by: portmgr blanket
29 lines
770 B
Makefile
29 lines
770 B
Makefile
# Created by: corky1951@comcast.net
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ranpwd
|
|
PORTVERSION= 1.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= security
|
|
#MASTER_SITES= KERNEL_ORG
|
|
MASTER_SITES= http://artfiles.org/kernel.org/pub/software/utils/admin/ranpwd/ \
|
|
http://debian.securedservers.com/kernel/pub/software/utils/admin/ranpwd/ \
|
|
http://ftp.cc.uoc.gr/pub/software/utils/admin/ranpwd/ \
|
|
http://ftp.naist.jp/pub/Linux/kernel.org/software/utils/admin/ranpwd/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Tool to generate random passwords
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
USES= gmake
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/ranpwd man/man1/ranpwd.1.gz
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/ranpwd ${STAGEDIR}${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/ranpwd.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|