freebsd-ports/net/p5-Net-OpenSSH-Parallel/Makefile

24 lines
458 B
Makefile
Raw Normal View History

2013-08-21 19:42:57 +02:00
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Net-OpenSSH-Parallel
PORTVERSION= 0.14
CATEGORIES= net security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Run SSH jobs in parallel
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Net-OpenSSH>=0.39:net/p5-Net-OpenSSH
RUN_DEPENDS:= ${BUILD_DEPENDS}
2015-09-20 22:26:25 +02:00
NO_ARCH= yes
2013-08-21 16:08:06 +02:00
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>