diff options
author | vanilla <vanilla@FreeBSD.org> | 2004-07-16 13:16:28 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2004-07-16 13:16:28 +0000 |
commit | ebddb958a738765b5a8918dedc603d885e16c55e (patch) | |
tree | 132f0e6edb1ec0217cc3f3660f100d6484cf50d8 /devel/p5-Spiffy | |
parent | f86a30c966186a641eb025a2a73334f7c410c5b9 (diff) | |
download | FreeBSD-ports-ebddb958a738765b5a8918dedc603d885e16c55e.zip FreeBSD-ports-ebddb958a738765b5a8918dedc603d885e16c55e.tar.gz |
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/p5-Spiffy')
-rw-r--r-- | devel/p5-Spiffy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Spiffy/Makefile b/devel/p5-Spiffy/Makefile index 2ca0997..c329c53 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> |