freebsd-ports/net/p5-Net-SSH-Expect/Makefile
Andrej Zverev bd4d8236ba - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-30 14:39:14 +00:00

24 lines
493 B
Makefile

# New ports collection makefile for: p5-Net-SSH-Expect
# Date created: 2007-06-30
# Whom: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
#
# $FreeBSD$
#
PORTNAME= Net-SSH-Expect
PORTVERSION= 1.09
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= snowfly@yuntech.edu.tw
COMMENT= SSH wrapper to execute remote commands
RUN_DEPENDS= p5-Expect>=0:${PORTSDIR}/lang/p5-Expect
BUILD_DEPENDS:= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Net::SSH::Expect.3
.include <bsd.port.mk>