1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/security/belier/Makefile
Marcus von Appen 742321c708 - Convert ports of science/ and security to new USES=python
Approved by:	portmgr (implicit)
2014-10-24 16:50:42 +00:00

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>