18 lines
383 B
Makefile
18 lines
383 B
Makefile
# Created by: rokaz
|
|
|
|
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
|
|
|
|
RUN_DEPENDS= expect>=5.42.1:lang/expect
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|