mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
742321c708
Approved by: portmgr (implicit)
20 lines
402 B
Makefile
20 lines
402 B
Makefile
# 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
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|