2013-09-21 00:10:23 +02:00
|
|
|
# Created by: Simun Mikecin <numisemis@yahoo.com>
|
2006-03-15 11:42:54 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Net-SCP-Expect
|
2009-06-19 18:26:59 +02:00
|
|
|
PORTVERSION= 0.16
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 2
|
2006-03-15 11:42:54 +01:00
|
|
|
CATEGORIES= net perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-03-15 11:42:54 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= numisemis@yahoo.com
|
|
|
|
COMMENT= Perl5 wrapper for scp that allows passwords via Expect
|
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
BUILD_DEPENDS= p5-Expect>=1.14:lang/p5-Expect \
|
|
|
|
p5-Net-IPv6Addr>=0:net-mgmt/p5-Net-IPv6Addr \
|
|
|
|
p5-Term-ReadPassword>=0.01:devel/p5-Term-ReadPassword
|
2012-03-17 23:54:22 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2006-03-15 11:42:54 +01:00
|
|
|
|
2013-09-06 12:47:10 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2006-03-15 11:42:54 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|