freebsd-ports/security/pssh/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

22 lines
385 B
Makefile

# $FreeBSD$
PORTNAME= pssh
PORTVERSION= 2.3.1
CATEGORIES= security net sysutils
MASTER_SITES= GOOGLE_CODE \
LOCAL/brooks
MAINTAINER= brooks@FreeBSD.org
COMMENT= Parallel versions of the openssh tools
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= rsync:net/rsync
USES= python
USE_PYTHON= autoplist distutils
PROJECTHOST= parallel-ssh
.include <bsd.port.mk>