blob: d241740b467fba1c3b75fe1ce648ead652333c11 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
PORTNAME= belier
PORTVERSION= 1.2
PORTREVISION= 1
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
WWW= https://www.ohmytux.com/belier/index.html
RUN_DEPENDS= expect>=5.42.1:lang/expect
USES= python:3.6+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|