From d7aba4de4b2bfd25362216a44a697858f5142657 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Sat, 23 Nov 2013 15:48:32 +0000 Subject: - Remove p5-IO: newer versions are included in all support Perl releases PR: ports/184192 Submitted by: pluknet --- misc/p5-Array-FileReader/Makefile | 4 +--- misc/p5-Array-LineReader/Makefile | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) (limited to 'misc') diff --git a/misc/p5-Array-FileReader/Makefile b/misc/p5-Array-FileReader/Makefile index f47c401854de..1d33b17c65e1 100644 --- a/misc/p5-Array-FileReader/Makefile +++ b/misc/p5-Array-FileReader/Makefile @@ -3,6 +3,7 @@ PORTNAME= Array-FileReader PORTVERSION= 0.03 +PORTREVISION= 1 CATEGORIES= misc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,9 +11,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Lazily tie files to arrays for reading -BUILD_DEPENDS= p5-IO>=0:${PORTSDIR}/devel/p5-IO -RUN_DEPENDS:= ${BUILD_DEPENDS} - USES= perl5 USE_PERL5= configure diff --git a/misc/p5-Array-LineReader/Makefile b/misc/p5-Array-LineReader/Makefile index 1a8994cd34eb..a03578e66d5f 100644 --- a/misc/p5-Array-LineReader/Makefile +++ b/misc/p5-Array-LineReader/Makefile @@ -3,6 +3,7 @@ PORTNAME= Array-LineReader PORTVERSION= 1.01 +PORTREVISION= 1 CATEGORIES= misc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,9 +11,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Access lines of a file via an array -BUILD_DEPENDS= p5-IO>=0:${PORTSDIR}/devel/p5-IO -RUN_DEPENDS:= ${BUILD_DEPENDS} - USES= perl5 USE_PERL5= configure -- cgit