diff options
-rw-r--r-- | lang/p5-Expect/Makefile | 16 | ||||
-rw-r--r-- | lang/p5-Expect/distinfo | 4 |
2 files changed, 14 insertions, 6 deletions
diff --git a/lang/p5-Expect/Makefile b/lang/p5-Expect/Makefile index 45cf8c0f8bc5..ad09248bb600 100644 --- a/lang/p5-Expect/Makefile +++ b/lang/p5-Expect/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Expect -PORTVERSION= 1.30 +PORTVERSION= 1.31 CATEGORIES= lang perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -9,11 +9,19 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module inspired by the Tcl version of Expect -BUILD_DEPENDS= p5-IO-Tty>=1.11:${PORTSDIR}/devel/p5-IO-Tty \ - p5-ExtUtils-MakeMaker>=6.64:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-IO-Tty>=1.11:${PORTSDIR}/devel/p5-IO-Tty RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501800 +BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.64:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker +.endif + +.include <bsd.port.post.mk> diff --git a/lang/p5-Expect/distinfo b/lang/p5-Expect/distinfo index ae5455fcd7f9..d66f5557eec8 100644 --- a/lang/p5-Expect/distinfo +++ b/lang/p5-Expect/distinfo @@ -1,2 +1,2 @@ -SHA256 (Expect-1.30.tar.gz) = 5892a373cccaa72877debec75d4684c7ddec6623bab47ec00a24de8d97893e66 -SIZE (Expect-1.30.tar.gz) = 60573 +SHA256 (Expect-1.31.tar.gz) = 71bfe4ee469590248b1f8b3337271a7bf5a7daca8ca553265d579a7601a5dcc0 +SIZE (Expect-1.31.tar.gz) = 61521 |