freebsd-ports/security/belier/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

19 lines
390 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
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>