diff options
author | Aaron Dalton <aaron@FreeBSD.org> | 2006-05-23 16:34:19 +0000 |
---|---|---|
committer | Aaron Dalton <aaron@FreeBSD.org> | 2006-05-23 16:34:19 +0000 |
commit | c80555c662234b551d463dd90f8811bdd7bfc6cf (patch) | |
tree | 5fcc0209ced0dac94a7ee2626789200b20a6db4a /devel/p5-File-Random | |
parent | a99e2b8163b2f949c84b6bd13c3902e0a8ae6063 (diff) | |
download | ports-c80555c662234b551d463dd90f8811bdd7bfc6cf.tar.gz ports-c80555c662234b551d463dd90f8811bdd7bfc6cf.zip |
Notes
Diffstat (limited to 'devel/p5-File-Random')
-rw-r--r-- | devel/p5-File-Random/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-File-Random/Makefile b/devel/p5-File-Random/Makefile index c1076e354183..037cd4202768 100644 --- a/devel/p5-File-Random/Makefile +++ b/devel/p5-File-Random/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= File PKGNAMEPREFIX= p5- -MAINTAINER= aaron@daltons.ca +MAINTAINER= aaron@FreeBSD.org COMMENT= Perl module for random selecting of a file BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Want.pm:${PORTSDIR}/devel/p5-Want @@ -25,7 +25,7 @@ MAN3= File::Random.3 .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500600 -IGNORE= Perl 5.6 or newer required. Install lang/perl5 or lang/perl5.8 and try again. +IGNORE= requires at least Perl 5.6. Please install lang/perl5.8 and try again .endif .include <bsd.port.post.mk> |