1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/net/p5-Net-SCP-Expect/Makefile
2021-04-06 16:31:07 +02:00

22 lines
507 B
Makefile

# Created by: Simun Mikecin <numisemis@yahoo.com>
PORTNAME= Net-SCP-Expect
PORTVERSION= 0.16
PORTREVISION= 2
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= numisemis@yahoo.com
COMMENT= Perl5 wrapper for scp that allows passwords via Expect
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_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
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>