- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks

PR:             ports/135398
Tested by:      2 -exp runs by pav
Approved by:    portmgr (pav)
This commit is contained in:
Philip M. Gollucci
2009-07-22 16:27:08 +00:00
parent beaeca88a8
commit c10f314307
264 changed files with 278 additions and 2019 deletions

View File

@@ -22,13 +22,7 @@ PERL_CONFIGURE= YES
MAN3= Compress::Zlib.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
.endif
post-patch:
@${REINPLACE_CMD} -e 's/5.009/5.666/' ${WRKSRC}/Makefile.PL
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -19,13 +19,7 @@ PERL_CONFIGURE= YES
MAN3= IO::Uncompress::AnyUncompress.3 IO::Uncompress::Base.3 \
File::GlobMapper.3 IO::Compress::Base.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
.endif
post-patch:
@${REINPLACE_CMD} -e 's/5.009/5.666/' ${WRKSRC}/Makefile.PL
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -21,10 +21,4 @@ RUN_DEPENDS= p5-Compress-Zlib>=2:${PORTSDIR}/archivers/p5-Compress-Zlib
PERL_CONFIGURE= yes
MAN3= IO::Zlib.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500702
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -18,12 +18,4 @@ PERL_CONFIGURE= yes
MAN3= Audio::WMA.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
post-patch:
@${PERL} -pi -e '$$_ = "" if /use 5.008/g;' \
${WRKSRC}/Makefile.PL
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -22,10 +22,4 @@ MAN3= MP3::Find::DB.3 MP3::Find::Filesystem.3 MP3::Find.3 MP3::Find::Base.3
PERL_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -75,10 +75,6 @@ PLIST_SUB+= AMAROK="@comment "
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500701
RUN_DEPENDS+= p5-Switch>0:${PORTSDIR}/lang/p5-Switch
.endif
.if defined(WITH_BLADEENC)
RUN_DEPENDS+= bladeenc:${PORTSDIR}/audio/bladeenc
.endif

View File

@@ -23,11 +23,4 @@ PERL_CONFIGURE= yes
MAN3= Benchmark::Stopwatch.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+= ${SITE_PERL}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -39,8 +39,4 @@ MAN3= Bio::Das.3 Bio::Das::AGPServer::Config.3 Bio::Das::AGPServer::Daemon.3 \
RUN_DEPENDS+= p5-Compress-Zlib>=1:${PORTSDIR}/archivers/p5-Compress-Zlib
.endif
.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+= p5-MIME-Base64>=2.12:${PORTSDIR}/converters/p5-MIME-Base64
.endif
.include <bsd.port.post.mk>

View File

@@ -978,15 +978,6 @@ MAN3= Bio::Align::AlignI.3 \
Bio::Variation::VariantI.3 \
Bio::WebAgent.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
.if ${PERL_LEVEL} < 500600
IGNORE= requires Perl 5.6 or better
.endif
.endif
# now install all extra stuff (docs, examples, scripts, models)
post-install:
${MKDIR} ${DATADIR}
@@ -1001,4 +992,4 @@ post-install:
${CP} -R ${WRKSRC}/doc ${DOCSDIR}
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -19,10 +19,4 @@ PLIST_FILES= bin/convmv
MAN1= convmv.1
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500701
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Encode.pm:${PORTSDIR}/converters/p5-Encode
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -21,11 +21,4 @@ PERL_MODBUILD= yes
MAN3= Encode::Detect.3 Encode::Detect::Detector.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Encode.pm:${PORTSDIR}/converters/p5-Encode
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Encode.pm:${PORTSDIR}/converters/p5-Encode
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -35,12 +35,8 @@ MAN3= Encode.3 \
Encode::Unicode::UTF7.3 \
encoding.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} > 500800
post-patch:
${PERL} -pi -e '$$_="" if $$.>=24 && $$.<=26; $$_="my \@exe_files=();\n" if $$.==25' ${WRKSRC}/Makefile.PL
.endif
post-configure:
@${FIND} ${WRKSRC}/ -name Makefile -exec \
@@ -49,4 +45,4 @@ post-configure:
regression-test:
cd ${WRKSRC} && ${MAKE} test
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -24,10 +24,4 @@ MAN3= Apache::JSONRPC.3 JSON.3 JSON::Converter.3 \
JSON::PP.3 JSON::PP5005.3 JSON::PP56.3 JSON::Parser.3 \
JSONRPC.3 JSONRPC::Transport::HTTP.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
RUN_DEPENDS+= ${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -23,12 +23,6 @@ PERL_CONFIGURE= yes
MAN3= Unicode::MapUTF8.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500801
JCODE= ${SITE_PERL}/${PERL_ARCH}/Jcode.pm
.else
JCODE= ${SITE_PERL}/Jcode.pm
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -20,10 +20,4 @@ PERL_CONFIGURE= yes
MAN3= Cache::BDB.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500700
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -21,11 +21,4 @@ PERL_CONFIGURE= yes
MAN3= Cache::Memcached.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \
${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -87,13 +87,4 @@ post-install:
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
EXTRA_DEPENDS= p5-Time-HiRes>0:${PORTSDIR}/devel/p5-Time-HiRes \
p5-Scalar-List-Utils>0:${PORTSDIR}/lang/p5-Scalar-List-Utils
BUILD_DEPENDS+= ${EXTRA_DEPENDS}
RUN_DEPENDS+= ${EXTRA_DEPENDS}
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -21,10 +21,4 @@ PERL_CONFIGURE= yes
MAN3= DBIx::ContextualFetch.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500702
BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -37,10 +37,4 @@ post-install:
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -22,13 +22,4 @@ MAN3= DBM::Deep.3 DBM::Deep::Cookbook.3 DBM::Deep::Internals.3
PERL_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -24,10 +24,4 @@ PERL_CONFIGURE= yes
MAN3= Ima::DBI.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500702
BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -21,11 +21,4 @@ PERL_CONFIGURE= yes
MAN3= MLDBM::Sync.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -21,11 +21,4 @@ PERL_CONFIGURE= yes
MAN3= MLDBM.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -37,10 +37,6 @@ post-patch:
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500801
RUN_DEPENDS+= p5-Getopt-Long>=2.34:${PORTSDIR}/devel/p5-Getopt-Long
.endif
.if ${PERL_LEVEL} < 500807
RUN_DEPENDS+= p5-CGI.pm>=3.10:${PORTSDIR}/www/p5-CGI.pm
.endif

View File

@@ -39,10 +39,4 @@ MAN3= Data::ICal.3 \
Data::ICal::Entry::Todo.3 \
Data::ICal::Property.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+= p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -24,10 +24,4 @@ PERL_CONFIGURE= yes
MAN1= cpan-upload.1
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+= p5-Net>=2.28:${PORTSDIR}/net/p5-Net
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -94,10 +94,4 @@ do-install:
.endfor
@${CAT} ${PKGMESSAGE}
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -37,12 +37,6 @@ CONFLICTS= cvsweb-2.*
NO_BUILD= yes
USE_PERL5= yes
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
RUN_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
.endif
# Specify where your repository belongs.
# (You can reconfigure it after installation anyway)
.if defined(PACKAGE_BUILDING) || !defined(CVSROOT) || empty(CVSROOT)
@@ -121,4 +115,4 @@ post-install:
.endif
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -29,10 +29,4 @@ MAN3= Algorithm::Dependency.3 \
PERL_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500801
RUN_DEPENDS+= p5-Scalar-List-Utils>=1.11:${PORTSDIR}/lang/p5-Scalar-List-Utils
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -89,11 +89,4 @@ MAN3= Algorithm::Evolutionary.3 \
post-patch:
${PERL} -pi -e 's/(.*?(\S+::Wheel).*)/use \2;\1/' ${WRKSRC}/lib/Algorithm/Evolutionary/Op/GeneralGeneration.pm
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+= p5-Memoize>=0:${PORTSDIR}/devel/p5-Memoize \
p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -18,11 +18,4 @@ PERL_MODBUILD= yes
MAN3= Algorithm::NaiveBayes.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/List/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/List/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -98,13 +98,4 @@ post-install:
${SED} -ne 's,^${PREFIX}/,@dirrm ,p' >> ${TMPPLIST}
.endif
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \
${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \
${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \
${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -25,10 +25,4 @@ PERL_CONFIGURE= yes
MAN3= App::Cache.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+= p5-Storable>=0:${PORTSDIR}/devel/p5-Storable
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -26,11 +26,4 @@ PERL_CONFIGURE= yes
MAN1= minicpan.1
MAN3= CPAN::Mini.3 CPAN::Mini::App.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
RUN_DEPENDS+= p5-Scalar-List-Utils>0:${PORTSDIR}/lang/p5-Scalar-List-Utils
BUILD_DEPENDS+= p5-Scalar-List-Utils>0:${PORTSDIR}/lang/p5-Scalar-List-Utils
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -42,10 +42,4 @@ MAN3= Cache::BaseCache.3 \
Cache::SizeAwareMemoryCache.3 \
Cache::SizeAwareSharedMemoryCache.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+= p5-Storable>=1.014:${PORTSDIR}/devel/p5-Storable
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -19,13 +19,4 @@ PERL_CONFIGURE= yes
MAN3= Cache::Mmap.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \
${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \
${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -40,10 +40,4 @@ MAN3= Cache.3 \
Cache::RemovalStrategy::LRU.3 \
Cache::Tester.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+= p5-Storable>=1:${PORTSDIR}/devel/p5-Storable
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -22,10 +22,4 @@ MAN3= Carp::Assert::More.3
PERL_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -20,11 +20,4 @@ PERL_CONFIGURE= yes
MAN3= Carp::Assert.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
RUN_DEPENDS= ${BUILD_DEPENDS}
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -20,10 +20,4 @@ MAN3= Class::Adapter.3 \
Class::Adapter::Builder.3 \
Class::Adapter::Clear.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -26,11 +26,4 @@ WRKSRC= ${WRKDIR}/AutoClass
MAN3= Class::AutoClass::Root.3 Class::AutoClass.3 Class::AutoClass::Args.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -21,10 +21,4 @@ PERL_CONFIGURE= yes
MAN3= Class::Autouse.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/List/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -18,11 +18,4 @@ PERL_MODBUILD= yes
MAN3= Class::Constant.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
BUILD_DEPENDS= ${RUN_DEPENDS}
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -21,10 +21,4 @@ PERL_CONFIGURE= yes
MAN3= Class::Container.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -18,11 +18,4 @@ PERL_CONFIGURE= YES
MAN3= Class::Field.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500703
BUILD_DEPENDS+= p5-Encode>=0:${PORTSDIR}/converters/p5-Encode
RUN_DEPENDS+= p5-Encode>=0:${PORTSDIR}/converters/p5-Encode
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -18,10 +18,4 @@ PERL_CONFIGURE= yes
MAN3= Class::Hook.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+= p5-Time-HiRes>=0.01:${PORTSDIR}/devel/p5-Time-HiRes
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -19,11 +19,4 @@ PERL_CONFIGURE= yes
MAN3= Class::InsideOut::Manual::About.3 Class::InsideOut.3 \
Class::InsideOut::Manual::Advanced.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+= ${SITE_PERL}/Class/ISA.pm:${PORTSDIR}/devel/p5-Class-ISA \
${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -21,10 +21,4 @@ PERL_CONFIGURE= YES
MAN3= Class::Std.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500702
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -21,11 +21,4 @@ MAN3= Clone.3
post-patch:
${PERL} -pi -e 'm.OPTIMIZE.&&s,.,,sg' ${WRKSRC}/Makefile.PL
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
RUN_DEPENDS+= p5-Scalar-List-Utils>0:${PORTSDIR}/lang/p5-Scalar-List-Utils
BUILD_DEPENDS+= p5-Scalar-List-Utils>0:${PORTSDIR}/lang/p5-Scalar-List-Utils
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -18,10 +18,4 @@ MAN3= Config::IniFiles.3
PERL_MODBUILD= yes
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500703
BUILD_DEPENDS+= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -34,18 +34,9 @@ MAN3= Cvs.3 Cvs::Command::Base.3 Cvs::Command::Checkout.3 \
Cvs::Result::Tag.3 Cvs::Result::Update.3 \
Cvs::Command::Rtag.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500601
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/IO/Handle.pm:${PORTSDIR}/devel/p5-IO
.endif
.if ${PERL_LEVEL} >= 500800
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/IO/Tty.pm:${PORTSDIR}/devel/p5-IO-Tty
.endif
RUN_DEPENDS+= ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor
RUN_DEPENDS+= ${SITE_PERL}/IPC/Run.pm:${PORTSDIR}/devel/p5-IPC-Run
RUN_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -21,10 +21,4 @@ PERL_CONFIGURE= yes
MAN3= Danga::Socket.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+= p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -14,19 +14,14 @@ PKGNAMEPREFIX= p5-
MAINTAINER= mat@FreeBSD.org
COMMENT= Stream a highly accurate breadth first data dump in Perl code
RUN_DEPENDS= ${SITE_PERL}/Text/Balanced.pm:${PORTSDIR}/textproc/p5-Text-Balanced \
${SITE_PERL}/${PERL_ARCH}/B/Utils.pm:${PORTSDIR}/devel/p5-B-Utils
BUILD_DEPENDS= ${RUN_DEPENDS}
BUILD_DEPENDS= ${SITE_PERL}/Text/Balanced.pm:${PORTSDIR}/textproc/p5-Text-Balanced \
${SITE_PERL}/${PERL_ARCH}/B/Utils.pm:${PORTSDIR}/devel/p5-B-Utils \
${SITE_PERL}/${PERL_ARCH}/PadWalker.pm:${PORTSDIR}/devel/p5-PadWalker
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
CONFIGURE_ARGS= DDS
MAN3= DDS.3 Data::Dump::Streamer.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} >= 500800
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/PadWalker.pm:${PORTSDIR}/devel/p5-PadWalker
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -18,10 +18,4 @@ PERL_CONFIGURE= yes
MAN3= Data::Hierarchy.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500700
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -22,10 +22,4 @@ PERL_CONFIGURE= yes
MAN3= Data::OptList.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -18,11 +18,4 @@ PERL_CONFIGURE= yes
MAN3= Data::TemporaryBag.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
RUN_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -482,10 +482,4 @@ post-install:
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+= p5-Class-ISA>=0:${PORTSDIR}/devel/p5-Class-ISA
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -33,11 +33,4 @@ post-install:
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \
p5-Time-Local>=1.04:${PORTSDIR}/devel/p5-Time-Local
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -20,10 +20,4 @@ USE_GNOME= glib12
MAN3= Devel::LeakTrace.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500702
BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -26,10 +26,4 @@ post-install:
@${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
.endif
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+= p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -22,11 +22,4 @@ PERL_CONFIGURE= yes
MAN3= Every.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS+= p5-Scalar-List-Utils>0:${PORTSDIR}/lang/p5-Scalar-List-Utils
RUN_DEPENDS+= p5-Scalar-List-Utils>0:${PORTSDIR}/lang/p5-Scalar-List-Utils
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -30,18 +30,9 @@ MAN3= ExtUtils::Installed.3 ExtUtils::MM_OS2.3 ExtUtils::MakeMaker.3 \
ExtUtils::MM_QNX.3 ExtUtils::MM_AIX.3 ExtUtils::MakeMaker::Config.3 \
ExtUtils::Command.3 ExtUtils::MM_Darwin.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} >= 500800
PLIST_SUB+= EXE_FILES="@comment "
.else
MAN1+= instmodsh.1
PLIST_SUB+= EXE_FILES=""
.endif
post-patch:
.if ${PERL_LEVEL} >= 500800
@${REINPLACE_CMD} -e '/EXE_FILES/d' ${WRKSRC}/Makefile.PL
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -22,10 +22,4 @@ MAN3= ExtUtils::PkgConfig.3
post-patch:
@${PERL} -pi -e '$$_="" if $$.==1' ${WRKSRC}/Makefile.PL
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
EXTRA_PATCHES= ${PATCHDIR}/500600-Makefile.PL
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -24,10 +24,4 @@ PERL_MODBUILD= yes
MAN3= FSA::Rules.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -18,12 +18,4 @@ PERL_CONFIGURE= yes
MAN3= File::Cache.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
RUN_DEPENDS= ${BUILD_DEPENDS}
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -43,10 +43,4 @@ MAN3= File::Flat.3
post-patch:
@${PERL} -pi -e 's/^auto_install.*$$//' ${WRKSRC}/Makefile.PL
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -32,11 +32,4 @@ post-install:
@${ECHO_MSG} "===> Examples installed in ${EXAMPLESDIR}."
.endif
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \
${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -17,11 +17,4 @@ PERL_CONFIGURE= YES
MAN3= File::Tail.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
RUN_DEPENDS= ${BUILD_DEPENDS}
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -18,13 +18,6 @@ PERL_CONFIGURE= yes
MAN3= IO::KQueue.3
.include <bsd.port.pre.mk>
post-patch:
.if ${PERL_LEVEL} < 500800
${REINPLACE_CMD} -e 's/const //' ${WRKSRC}/KQueue.xs
.endif
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${EXAMPLESDIR}
@@ -32,4 +25,4 @@ post-install:
@${ECHO_MSG} "===> Examples installed in ${EXAMPLESDIR}."
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -28,10 +28,4 @@ MAN3= IO::Prompt.3
post-patch:
@${FIND} ${WRKSRC} -name "*.orig" -delete
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
post-patch:
@${PERL} -pi -e '$$_ = "" if m|use 5.008;|' \
${WRKSRC}/lib/IO/Prompt.pm
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -23,11 +23,4 @@ PERL_MODBUILD= yes
MAN3= IO::YAML.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500801
BUILD_DEPENDS+= ${SITE_PERL}/Errno.pm:${PORTSDIR}/devel/p5-Errno
RUN_DEPENDS+= ${SITE_PERL}/Errno.pm:${PORTSDIR}/devel/p5-Errno
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -21,11 +21,4 @@ PERL_CONFIGURE= yes
MAN3= IPC::Cache.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -21,11 +21,4 @@ MAN1= lockerd.1 lockersh.1 pidstat.1 pidstatd.1 pidwatch.1 \
MAN3= IPC::Locker.3 IPC::Locker::Server.3 \
IPC::PidStat.3 IPC::PidStat::PidServer.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+= p5-Net>=0:${PORTSDIR}/net/p5-Net \
p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -24,11 +24,4 @@ PERL_CONFIGURE= yes
MAN3= IPC::PubSub.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS+= p5-Storable>0:${PORTSDIR}/devel/p5-Storable
RUN_DEPENDS+= p5-Storable>0:${PORTSDIR}/devel/p5-Storable
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -22,11 +22,4 @@ MAN3= IPC::Run3.3 \
IPC::Run3::ProfPP.3 \
IPC::Run3::ProfReporter.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500703
BUILD_DEPENDS+= p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes
RUN_DEPENDS+= p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -19,10 +19,4 @@ PERL_CONFIGURE= yes
MAN3= IPC::Shareable.3 IPC::Shareable::SharedMem.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -18,13 +18,9 @@ PERL_CONFIGURE= YES
MAN3= Include.3
.include <bsd.port.pre.mk>
post-build:
.if ${PERL_LEVEL} > 500800
@${CP} ${WRKSRC}/Include.pm ${WRKSRC}/blib/lib
@${MKDIR} ${WRKSRC}/blib/man3
@pod2man ${WRKSRC}/Include.pm > ${WRKSRC}/blib/man3/Include.3
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -20,11 +20,4 @@ PERL_CONFIGURE= yes
MAN3= Inline::Files.3 \
Inline::Files::Virtual.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500703
BUILD_DEPENDS+= p5-Filter>=0:${PORTSDIR}/devel/p5-Filter
RUN_DEPENDS+= p5-Filter>=0:${PORTSDIR}/devel/p5-Filter
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -23,10 +23,4 @@ MAN3= Inline-API.3 Inline-FAQ.3 Inline-Support.3 Inline.3 \
Inline::C-Cookbook.3 Inline::C.3 \
Inline::C::ParseRecDescent.3 Inline::C::ParseRegExp.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+= p5-Digest-MD5>=2.09:${PORTSDIR}/security/p5-Digest-MD5
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -30,10 +30,4 @@ PERL_CONFIGURE= yes
MAN3= Luka.3 Luka::Conf.3 Luka::Exceptions.3 Luka::Mailer.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500702
BUILD_DEPENDS+= ${SITE_PERL}/Net/FTP.pm:${PORTSDIR}/net/p5-Net
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -25,11 +25,4 @@ MAN3= Make::Cache.3 \
Make::Cache::Obj.3 \
Make::Cache::Runtime.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+= p5-Digest-MD5>=1:${PORTSDIR}/security/p5-Digest-MD5 \
p5-Storable>=1:${PORTSDIR}/devel/p5-Storable
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -25,10 +25,4 @@ PERL_CONFIGURE= yes
MAN3= Object::Array.3 Object::Array::Plugin::Builtins.3 \
Object::Array::Plugin::ListMoreUtils.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -19,10 +19,4 @@ PERL_CONFIGURE= yes
MAN3= Object::Realize::Later.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -43,10 +43,4 @@ MAN3= pp.3 \
PAR::StrippedPARL::Dynamic.3 \
PAR::StrippedPARL::Static.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -30,13 +30,7 @@ MAN3= PAR.3 \
PAR::SetupProgname.3 \
PAR::SetupTemp.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
.endif
regression-test:
cd ${WRKSRC} && ${MAKE} test
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -19,10 +19,4 @@ PERL_CONFIGURE= yes
MAN3= PHP::Serialization.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -21,10 +21,4 @@ PERL_MODBUILD= yes
MAN3= Params::Classify.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
RUN_DEPENDS+= p5-Scalar-List-Utils>=1.01:${PORTSDIR}/lang/p5-Scalar-List-Utils
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -19,11 +19,4 @@ PERL_CONFIGURE= yes
MAN3= Attribute::Params::Validate.3 Params::ValidateXS.3 \
Params::ValidatePP.3 Params::Validate.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS+= ${SITE_PERL}/Attribute/Handlers.pm:${PORTSDIR}/devel/p5-Attribute-Handlers
RUN_DEPENDS+= ${SITE_PERL}/Attribute/Handlers.pm:${PORTSDIR}/devel/p5-Attribute-Handlers
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -34,8 +34,4 @@ post-install:
RUN_DEPENDS+= p5-version>=0:${PORTSDIR}/devel/p5-version
.endif
.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+= p5-Text-Balanced>=0:${PORTSDIR}/textproc/p5-Text-Balanced
.endif
.include <bsd.port.post.mk>

View File

@@ -19,11 +19,4 @@ PERL_CONFIGURE= yes
MAN3= PatchReader.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
RUN_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -37,10 +37,4 @@ MAN3= Pipeline::Segment.3 Pipeline::Store::ISA.3 Pipeline.3 \
Pipeline::Error::AsyncResults.3 Pipeline::Segment::Tester.3 \
Pipeline::Segment::Async::IThreads.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -21,11 +21,4 @@ PERL_CONFIGURE= yes
MAN3= Rcs::Agent.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
RUN_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -35,11 +35,4 @@ MAN3= ResourcePool.3 \
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -50,11 +50,6 @@ USE_SDL+= image
USE_SDL+= mixer
.endif
.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
RUN_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
.endif
USE_LDCONFIG= yes
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}

View File

@@ -26,10 +26,4 @@ MAN1= svnnotify.1
MAN3= SVN::Notify.3 SVN::Notify::Alternative.3 SVN::Notify::HTML.3 \
SVN::Notify::HTML::ColorDiff.3 SVN::Notify::Filter.3 SVN::Notify::Filter::Trac.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500801
RUN_DEPENDS+= p5-Getopt-Long>=2.34:${PORTSDIR}/devel/p5-Getopt-Long
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -61,17 +61,10 @@ MAN3= SVN::Web.3 \
SVN::Web::X.3 \
SVN::Web::action.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500703
BUILD_DEPENDS+= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
RUN_DEPENDS+= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
.endif
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/bin/svnweb-install ${PREFIX}/bin
@${ECHO}
@${CAT} ${PKGMESSAGE}
@${ECHO}
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -28,12 +28,4 @@ post-install:
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Filter/Util/Call.pm:${PORTSDIR}/devel/p5-Filter \
${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
RUN_DEPENDS+= ${BUILD_DEPENDS}
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -38,7 +38,8 @@ MAN3= Spoon.3 \
Spoon::Registry.3 \
Spoon::Template.3 \
Spoon::Template::TT2.3 \
Spoon::Utils.3
Spoon::Utils.3 \
Spoon::Config.3
.if !defined(NOPORTDOCS)
PORTDOCS= Changes README
@@ -49,16 +50,4 @@ post-install:
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \
${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
post-patch:
@${PERL} -i -pe '$$_ = "" if $$. == 3' \
${WRKSRC}/lib/Spoon/Base.pm
.else
MAN3+= Spoon::Config.3
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -18,11 +18,4 @@ PERL_CONFIGURE= yes
MAN3= Sub::Install.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500703
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@@ -26,11 +26,6 @@ MAN3= Test::Base.3 \
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+= p5-Filter>=0:${PORTSDIR}/devel/p5-Filter \
p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64
.endif
.if ${PERL_LEVEL} < 500808
RUN_DEPENDS+= p5-Test-Simple>=0.62:${PORTSDIR}/devel/p5-Test-Simple
.endif

Some files were not shown because too many files have changed in this diff Show More