diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-09-17 14:49:29 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-09-17 14:49:29 +0800 |
commit | f456a4c0eeb2dd0fcd327ecad4e1441fa0296a3f (patch) | |
tree | 761b70e4c2760ca0fb7ad78750c9f732751355b6 /archivers | |
parent | 023781ffc2fb7b7466bad1965441efe9d10b13dd (diff) | |
download | freebsd-ports-graphics-f456a4c0eeb2dd0fcd327ecad4e1441fa0296a3f.tar.gz freebsd-ports-graphics-f456a4c0eeb2dd0fcd327ecad4e1441fa0296a3f.tar.zst freebsd-ports-graphics-f456a4c0eeb2dd0fcd327ecad4e1441fa0296a3f.zip |
- Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+
With hat: perl
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/p5-Compress-LZF/Makefile | 2 | ||||
-rw-r--r-- | archivers/p5-PerlIO-gzip/Makefile | 2 | ||||
-rw-r--r-- | archivers/p5-PerlIO-via-Bzip2/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/archivers/p5-Compress-LZF/Makefile b/archivers/p5-Compress-LZF/Makefile index 6e689a59f31..c2144c1544f 100644 --- a/archivers/p5-Compress-LZF/Makefile +++ b/archivers/p5-Compress-LZF/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= clsung@FreeBSD.org COMMENT= Extremely light-weight Lempel-Ziv-Free compression -PERL_CONFIGURE= 5.8.0+ +PERL_CONFIGURE= yes MAN3= Compress::LZF.3 diff --git a/archivers/p5-PerlIO-gzip/Makefile b/archivers/p5-PerlIO-gzip/Makefile index 70e878ead3a..a820edcb212 100644 --- a/archivers/p5-PerlIO-gzip/Makefile +++ b/archivers/p5-PerlIO-gzip/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org COMMENT= Perl extension to provide a PerlIO layer to gzip/gunzip -PERL_CONFIGURE= 5.8.0+ +PERL_CONFIGURE= yes MAN3= PerlIO::gzip.3 diff --git a/archivers/p5-PerlIO-via-Bzip2/Makefile b/archivers/p5-PerlIO-via-Bzip2/Makefile index 94aed788c7f..4c52000a517 100644 --- a/archivers/p5-PerlIO-via-Bzip2/Makefile +++ b/archivers/p5-PerlIO-via-Bzip2/Makefile @@ -17,7 +17,7 @@ COMMENT= Perl extension to provide a PerlIO layer to bzip2/bunzip2 BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Compress/Bzip2.pm:${PORTSDIR}/archivers/p5-Compress-Bzip2 RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= 5.8.0+ +PERL_CONFIGURE= yes MAN3= PerlIO::via::Bzip2.3 |