diff options
author | culot <culot@FreeBSD.org> | 2014-09-04 22:25:16 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2014-09-04 22:25:16 +0800 |
commit | e3d452c23953d441267d13afa8c6fc1a8e6c2a05 (patch) | |
tree | 3100b954e53a568c43f89e45c2109b79afbc5d5a /lang | |
parent | 4537a4881b0b6d73e3ae464f01f8c34a0f0f6981 (diff) | |
download | freebsd-ports-gnome-e3d452c23953d441267d13afa8c6fc1a8e6c2a05.tar.gz freebsd-ports-gnome-e3d452c23953d441267d13afa8c6fc1a8e6c2a05.tar.zst freebsd-ports-gnome-e3d452c23953d441267d13afa8c6fc1a8e6c2a05.zip |
- Update to 1.31
- Add LICENSE (Artistic 1 & GPL 1)
Changes: http://search.cpan.org/dist/Expect/Changes
Diffstat (limited to 'lang')
-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 |