mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
22 lines
455 B
Makefile
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
|