1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/lang/p5-Expect/Makefile
Mathieu Arnold b07da05643 Update to 1.33.
Sponsored by:	Absolight
2016-06-21 15:08:37 +00:00

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>