mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
b07da05643
Sponsored by: Absolight
24 lines
429 B
Makefile
24 lines
429 B
Makefile
# $FreeBSD$
|
|
|
|
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
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-IO-Tty>=1.11:devel/p5-IO-Tty
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
WRKSRC= ${WRKDIR}/expect.pm-Expect-${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|