diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-11-23 23:48:32 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-11-23 23:48:32 +0800 |
commit | d7aba4de4b2bfd25362216a44a697858f5142657 (patch) | |
tree | 7e3b5b810d25e0086ff05fe69ffa2676af47d075 /misc | |
parent | a438bf6aff3b30a3425b37387a5e65854a8b0af5 (diff) | |
download | freebsd-ports-gnome-d7aba4de4b2bfd25362216a44a697858f5142657.tar.gz freebsd-ports-gnome-d7aba4de4b2bfd25362216a44a697858f5142657.tar.zst freebsd-ports-gnome-d7aba4de4b2bfd25362216a44a697858f5142657.zip |
- Remove p5-IO: newer versions are included in all support Perl releases
PR: ports/184192
Submitted by: pluknet
Diffstat (limited to 'misc')
-rw-r--r-- | misc/p5-Array-FileReader/Makefile | 4 | ||||
-rw-r--r-- | misc/p5-Array-LineReader/Makefile | 4 |
2 files changed, 2 insertions, 6 deletions
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 |