aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2004-07-16 21:16:28 +0800
committervanilla <vanilla@FreeBSD.org>2004-07-16 21:16:28 +0800
commitebddb958a738765b5a8918dedc603d885e16c55e (patch)
tree132f0e6edb1ec0217cc3f3660f100d6484cf50d8 /devel
parentf86a30c966186a641eb025a2a73334f7c410c5b9 (diff)
downloadfreebsd-ports-gnome-ebddb958a738765b5a8918dedc603d885e16c55e.tar.gz
freebsd-ports-gnome-ebddb958a738765b5a8918dedc603d885e16c55e.tar.zst
freebsd-ports-gnome-ebddb958a738765b5a8918dedc603d885e16c55e.zip
Fix type error, and set MAINTAINER to perl@FreeBSD.org
PR: ports/69145 Submitted by: elvis <elvis@sslab.cs.ccu.edu.tw>
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-IO-All/Makefile4
-rw-r--r--devel/p5-Spiffy/Makefile4
2 files changed, 4 insertions, 4 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>
diff --git a/devel/p5-Spiffy/Makefile b/devel/p5-Spiffy/Makefile
index 2ca09975d63f..c329c537eb85 100644
--- a/devel/p5-Spiffy/Makefile
+++ b/devel/p5-Spiffy/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= Spiffy Perl Interface Framework For You
PERL_CONFIGURE= yes
@@ -26,7 +26,7 @@ BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Filter/Util/Call.pm:${PORTSDIR}/devel/
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>