Files
bsdports/perl/p5-Expect/Makefile
2019-12-26 07:26:06 +00:00

22 lines
455 B
Makefile

# $FreeBSD: head/lang/p5-Expect/Makefile 417250 2016-06-21 15:08:37Z mat $
PORTNAME= Expect
PORTVERSION= 1.33
CATEGORIES= lang perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module inspired by the Tcl version of Expect
BUILD_DEPENDS= p5-IO-Tty>=1.11:perl/p5-IO-Tty
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
WRKSRC= ${WRKDIR}/expect.pm-Expect-${PORTVERSION}
.include <bsd.port.mk>
#EOF