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-Spiffy | |
parent | c477aed7118c453787f8bc4fa327181f6bcb21a3 (diff) | |
download | ports-d14b50236c7a426b345f5c9fcf21681c380c68ca.tar.gz ports-d14b50236c7a426b345f5c9fcf21681c380c68ca.zip |
Notes
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 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> |