blob: 1b2357184fcf7e3478bdb1bcbc6bf5276220cc4a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: rokaz
# $FreeBSD$
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:${PORTSDIR}/lang/expect
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>
|