freebsd-ports/security/belier/Makefile
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

19 lines
395 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:lang/expect
USES= python:3.6+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>