diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-07-16 13:16:28 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-07-16 13:16:28 +0000 |
commit | d14b50236c7a426b345f5c9fcf21681c380c68ca (patch) | |
tree | ac1d607916cbe6e10431f6ed12b424d0632cdc16 /devel/p5-IO-All | |
parent | c477aed7118c453787f8bc4fa327181f6bcb21a3 (diff) | |
download | ports-d14b50236c7a426b345f5c9fcf21681c380c68ca.tar.gz ports-d14b50236c7a426b345f5c9fcf21681c380c68ca.zip |
Notes
Diffstat (limited to 'devel/p5-IO-All')
-rw-r--r-- | devel/p5-IO-All/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-IO-All/Makefile b/devel/p5-IO-All/Makefile index 73c03d512492..3f873afdddff 100644 --- a/devel/p5-IO-All/Makefile +++ b/devel/p5-IO-All/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/I/IN/INGY/ PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= IO::All combines all of the best Perl IO modules BUILD_DEPENDS= ${SITE_PERL}/Spiffy.pm:${PORTSDIR}/devel/p5-Spiffy @@ -33,7 +33,7 @@ BUILD_DEPENDS+= ${SITE_PERL}/Tie/File.pm:${PORTSDIR}/devel/p5-Tie-File RUN_DEPENDS= ${BUILD_DEPENDS} .endif .if ${PERL_LEVEL} < 500601 -IGNORE= This port requires perl 5.8.x or later. Install lang/perl5.8 then try again +IGNORE= This port requires perl 5.6.1 or later. Install lang/perl then try again .endif .include <bsd.port.post.mk> |