head	1.2;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2012.11.17.06.01.01;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2011.06.25.10.18.14;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Switch exporter over
@
text
@# New ports collection makefile for:	belier
# Date created:		1 May 2011
# Whom:				rokaz
#
# $FreeBSD: head/security/belier/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	belier
PORTVERSION=	1.2
CATEGORIES=	security net
MASTER_SITES=	http://www.ohmytux.com/belier/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	romain.garbage@@gmail.com
COMMENT=	easily cross several machines with ssh

RUN_DEPENDS=	expect>=5.42.1:${PORTSDIR}/lang/expect

PLIST_FILES=	lib/${PYTHON_VERSION}/site-packages/belier/corps.pyo \
		lib/${PYTHON_VERSION}/site-packages/belier/terminal.pyc \
		lib/${PYTHON_VERSION}/site-packages/belier/options.pyo \
		lib/${PYTHON_VERSION}/site-packages/belier/corps.py \
		lib/${PYTHON_VERSION}/site-packages/belier/__init__.pyo \
		lib/${PYTHON_VERSION}/site-packages/belier/optionstunnel.pyc \
		lib/${PYTHON_VERSION}/site-packages/belier/terminal.py \
		lib/${PYTHON_VERSION}/site-packages/belier/__init__.py \
		lib/${PYTHON_VERSION}/site-packages/belier/corps.pyc \
		lib/${PYTHON_VERSION}/site-packages/belier/optionstunnel.py \
		lib/${PYTHON_VERSION}/site-packages/belier/terminal.pyo \
		lib/${PYTHON_VERSION}/site-packages/belier/options.pyc \
		lib/${PYTHON_VERSION}/site-packages/belier/__init__.pyc \
		lib/${PYTHON_VERSION}/site-packages/belier/options.py \
		lib/${PYTHON_VERSION}/site-packages/belier/optionstunnel.pyo \
		bin/bel \
		share/locale/fr/LC_MESSAGES/bel.mo
PLIST_DIRS=	lib/${PYTHON_VERSION}/site-packages/belier

USE_PYTHON=		2.6+
USE_PYDISTUTILS=	yes

.include <bsd.port.mk>
@


1.1
log
@Belier allows opening a shell or executing a command on a remote computer
through a SSH connection. The main feature of Belier is its ability to cross
several intermediate computers before realizing the job.

WWW: http://www.ohmytux.com/belier/index.html

PR:		ports/156757
Submitted by:	rokaz
@
text
@d5 1
a5 1
# $FreeBSD$
@

