1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/security/tsshbatch/Makefile
Pawel Pekala cdd26ae9f7 Update to version 1.777
PR:		ports/188021
Submitted by:	maintainer
2014-03-29 16:41:25 +00:00

40 lines
965 B
Makefile

# Created by: Tim Daneliuk <tsshbatch@tundraware.com>
# $FreeBSD$
PORTNAME= tsshbatch
PORTVERSION= 1.177
CATEGORIES= security python
MASTER_SITES= http://www.tundraware.com/Software/tsshbatch/
MAINTAINER= tsshbatch@tundraware.com
COMMENT= Batch ssh Operations
LICENSE= tsshbatch
LICENSE_NAME= tsshbatch
LICENSE_FILE= ${WRKSRC}/tsshbatch-license.txt
LICENSE_PERMS= auto-accept
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}paramiko>=1.7.7.1:${PORTSDIR}/security/py-paramiko
USE_PYTHON_RUN= yes
PLIST_FILES= bin/tsshbatch.py \
man/man1/tsshbatch.1.gz
PORTDOCS= WHATSNEW.txt \
tsshbatch.html \
tsshbatch.pdf \
tsshbatch.ps \
tsshbatch.rst
OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/tsshbatch.py ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/tsshbatch.1.gz ${STAGEDIR}${MAN1PREFIX}/man/man1
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for i in ${PORTDOCS}
cd ${WRKSRC} && ${INSTALL_DATA} $i ${STAGEDIR}${DOCSDIR}
.endfor
.include <bsd.port.mk>