mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
8ccdeaac47
PR: ports/60956 Submitted by: Taylor Dondich <tdondich@majiknetworks.com> (maintainer)
24 lines
523 B
Makefile
24 lines
523 B
Makefile
# New ports collection makefile for: tentakel
|
|
# Date created: May 24, 2003
|
|
# Whom: Munish Chopra <mchopra@engmail.uwaterloo.ca>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tentakel
|
|
PORTVERSION= 2.1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
|
http://unc.dl.sourceforge.net/sourceforge/tentakel/
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= tdondich@majiknetworks.com
|
|
COMMENT= A program for executing commands on many hosts in parallel
|
|
|
|
USE_PYTHON= yes
|
|
|
|
MAN1= tentakel.1
|
|
|
|
.include <bsd.port.mk>
|