- Remove ports that only work with < perl 5.12 (devel/p5-B-Size, devel/p5-Devel-Arena)

- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
  RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}

PR:             ports/165605
Submitted by:   pgollucci (myself)
Approved by:    portmgr (linimon)
Exp Run by:     linimon
Tested by:      make index
This commit is contained in:
Philip M. Gollucci 2012-03-08 18:45:38 +00:00
parent 346415e3c0
commit 2cf4c1e2c8
403 changed files with 382 additions and 3031 deletions

View file

@ -29,10 +29,4 @@ PERL_MODBUILD= yes
MAN3= Archive::Any.3 Archive::Any::Plugin.3 \
Archive::Any::Plugin::Tar.3 Archive::Any::Plugin::Zip.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500903
RUN_DEPENDS+= p5-Archive-Tar>=0.22:${PORTSDIR}/archivers/p5-Archive-Tar
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -25,10 +25,4 @@ PERL_MODBUILD= yes
MAN3= Archive::Extract::Libarchive.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501000
BUILD_DEPENDS+= p5-ExtUtils-CBuilder>=0:${PORTSDIR}/devel/p5-ExtUtils-CBuilder
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -21,15 +21,6 @@ MAN3= Archive::Extract.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501000
BUILD_DEPENDS+= p5-Locale-Maketext-Simple>=0:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \
p5-Module-Load-Conditional>=0.04:${PORTSDIR}/devel/p5-Module-Load-Conditional \
p5-Params-Check>=0.07:${PORTSDIR}/devel/p5-Params-Check
RUN_DEPENDS+= p5-Locale-Maketext-Simple>=0:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \
p5-Module-Load-Conditional>=0.04:${PORTSDIR}/devel/p5-Module-Load-Conditional \
p5-Params-Check>=0.07:${PORTSDIR}/devel/p5-Params-Check
.endif
.if ${PERL_LEVEL} < 501400
BUILD_DEPENDS+= p5-IPC-Cmd>=0.64:${PORTSDIR}/devel/p5-IPC-Cmd
RUN_DEPENDS+= p5-IPC-Cmd>=0.64:${PORTSDIR}/devel/p5-IPC-Cmd

View file

@ -26,7 +26,4 @@ PERL_CONFIGURE= yes
MAN3= Archive::Peek.3
regression-test: build
cd ${WRKSRC}/ && ${MAKE} test
.include <bsd.port.mk>

View file

@ -23,32 +23,12 @@ MAN3= Archive::Tar.3 Archive::Tar::File.3
OPTIONS= TEXT_DIFF "Text::Diff support for ptardiff" off
.include <bsd.port.pre.mk>
.if defined(WITH_TEXT_DIFF)
RUN_DEPENDS+= ${SITE_PERL}/Text/Diff.pm:${PORTSDIR}/textproc/p5-Text-Diff
.endif
.if ${PERL_LEVEL} < 500904
RUN_DEPENDS+= p5-Package-Constants>=0:${PORTSDIR}/devel/p5-Package-Constants
.endif
.if ${PERL_LEVEL} < 500903
RUN_DEPENDS+= p5-IO-Zlib>=1.01:${PORTSDIR}/archivers/p5-IO-Zlib \
p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
.endif
.if ${PERL_LEVEL} >= 501000
PLIST_SUB+= EXE_FILES="@comment "
.else
PLIST_SUB+= EXE_FILES=""
MAN1= ptardiff.1 ptar.1
.endif
post-patch:
@${REINPLACE_CMD} -e 's/5.009/5.666/' ${WRKSRC}/Makefile.PL
.if ${PERL_LEVEL} >= 501000
@${REINPLACE_CMD} -e '/EXE_FILES/d' ${WRKSRC}/Makefile.PL
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -1,5 +1,3 @@
%%EXE_FILES%%bin/ptar
%%EXE_FILES%%bin/ptardiff
%%SITE_PERL%%/Archive/Tar.pm
%%SITE_PERL%%/Archive/Tar/Constant.pm
%%SITE_PERL%%/Archive/Tar/File.pm

View file

@ -19,11 +19,4 @@ PERL_CONFIGURE= yes
MAN3= Archive::Zip.3 Archive::Zip::Tree.3 Archive::Zip::FAQ.3 Archive::Zip::MemberRead.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500903
BUILD_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -19,11 +19,4 @@ COMMENT= IO:: style interface to Compress::Zlib
PERL_CONFIGURE= yes
MAN3= IO::Zlib.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500903
BUILD_DEPENDS= p5-IO-Compress>=2:${PORTSDIR}/archivers/p5-IO-Compress
RUN_DEPENDS= p5-IO-Compress>=2:${PORTSDIR}/archivers/p5-IO-Compress
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -24,10 +24,4 @@ PERL_CONFIGURE= yes
MAN3= POE::Filter::Zlib.3 \
POE::Filter::Zlib::Stream.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500903
RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -32,14 +32,4 @@ CONFIGURE_ARGS= -y
MAN1= SpaceTrack.1
MAN3= Astro::SpaceTrack.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501000
RUN_DEPENDS+= p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress
.endif
.if ${PERL_LEVEL} < 501001
TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -63,10 +63,4 @@ RUN_DEPENDS+= p5-Geo-WebService-Elevation-USGS>=0:${PORTSDIR}/science/p5-Geo-Web
RUN_DEPENDS+= p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite
.endif
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -29,7 +29,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Corpus-Audio-MPD>=1.113282:${PORTSDIR}/audio/p5-Test-Corpus-Audio-MPD
PERL_MODBUILD= 5.10.0+
PERL_MODBUILD= yes
MAN1= mpd-dynamic.1 \
mpd-rate.1
@ -38,10 +38,4 @@ MAN3= Audio::MPD.3 \
Audio::MPD::Playlist.3 \
Audio::MPD::Types.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -23,11 +23,4 @@ MAN3= MP3::Tag::ID3v2.3 MP3::Tag.3 MP3::Tag::File.3 \
CONFLICTS= p5-MP3-Tag-0.*
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500903
RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
BUILD_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -34,10 +34,4 @@ MAN3= Bio::Das.3 Bio::Das::AGPServer::Config.3 Bio::Das::AGPServer::Daemon.3 \
Bio::Das::Request::Types.3 Bio::Das::Segment.3 Bio::Das::Stylesheet.3 \
Bio::Das::Type.3 Bio::Das::TypeHandler.3 Bio::Das::Util.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500903
RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -19,7 +19,4 @@ PERL_CONFIGURE= yes
MAN1= b2g.pl.1 g2b.pl.1
regression-test:
cd ${WRKSRC} && ${MAKE} test
.include <bsd.port.mk>

View file

@ -24,10 +24,4 @@ PERL_CONFIGURE= yes
MAN3= SMS::Send::TW::Socket2Air.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
IGNORE= perl 5.10 or above is required
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -21,7 +21,7 @@ RUN_DEPENDS= p5-SMS-Send>=0:${PORTSDIR}/comms/p5-SMS-Send \
p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= 5.10+
PERL_CONFIGURE= yes
MAN3= SMS::Send::TW::chtsns.3

View file

@ -26,10 +26,4 @@ MAN3= SMS::Send.3 \
SMS::Send::Driver.3 \
SMS::Send::Test.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500905
RUN_DEPENDS+= p5-Module-Pluggable>=2.5:${PORTSDIR}/devel/p5-Module-Pluggable
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -19,11 +19,4 @@ PERL_CONFIGURE= yes
MAN3= Convert::ASCII::Armour.3 Convert::ASCII::Armor.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500903
RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
BUILD_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -43,7 +43,4 @@ post-configure:
@${FIND} ${WRKSRC}/ -name Makefile -exec \
${REINPLACE_CMD} -e 's,^CC =,CC ?=,' {} \;
regression-test:
cd ${WRKSRC} && ${MAKE} test
.include <bsd.port.mk>

View file

@ -16,12 +16,6 @@ COMMENT= These are experimental Perl5 modules to handle various Unicode issues
PERL_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500804
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
.endif
MAN3= Unicode::CharName.3 Unicode::String.3
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -37,10 +37,4 @@ MAN3= BSON.3 \
BSON::Time.3 \
BSON::Timestamp.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501200
TEST_DEPENDS+= p5-Test-Simple>=0.94:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -19,11 +19,4 @@ PERL_CONFIGURE= yes
MAN3= Cache::Memcached::Fast.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500903
RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
BUILD_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -40,10 +40,4 @@ MAN3= Class::DBI::Lite.3 \
Class::DBI::Lite::TableInfo.3 \
Class::DBI::Lite::Tutorial.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
TEST_DEPENDS+= p5-Test-Simple>=0.77:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -36,11 +36,4 @@ post-install:
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501000
BUILD_DEPENDS+= p5-version>=0:${PORTSDIR}/devel/p5-version
RUN_DEPENDS+= p5-version>=0:${PORTSDIR}/devel/p5-version
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -33,20 +33,10 @@ MAN3= DBIx::Class::EncodedColumn.3 \
DBIx::Class::EncodedColumn::Crypt::OpenPGP.3 \
DBIx::Class::EncodedColumn::Digest.3
post-extract:
@${PERL} -i -ne 'print unless m,^build_requires, || m,^feature, .. m,;,' ${WRKSRC}/Makefile.PL
OPTIONS= SHA "Digest::SHA Support" On \
BLOWFISH "Blowfish Support?" On \
OPENPGP "Crypt::OpenPGP (gpg) Support" On
.include <bsd.port.pre.mk>
.if defined(WITH_SHA)
. if ${PERL_LEVEL} < 501000
RUN_DEPENDS+= p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA
. endif
.endif
.if defined(WITH_BLOWFISH)
RUN_DEPENDS+= p5-Crypt-Eksblowfish>=0:${PORTSDIR}/security/p5-Crypt-Eksblowfish
.endif
@ -55,4 +45,7 @@ RUN_DEPENDS+= p5-Crypt-OpenPGP>=0:${PORTSDIR}/security/p5-Crypt-OpenPGP \
p5-Crypt-CAST5_PP>=0:${PORTSDIR}/security/p5-Crypt-CAST5_PP
.endif
.include <bsd.port.post.mk>
post-extract:
@${PERL} -i -ne 'print unless m,^build_requires, || m,^feature, .. m,;,' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>

View file

@ -26,12 +26,4 @@ PERL_CONFIGURE= yes
MAN3= DBIx::Class::QueryProfiler.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
BUILD_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent
RUN_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -117,10 +117,4 @@ USE_PGSQL= yes
USE_SQLITE= yes
.endif
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501200
TEST_DEPENDS+= p5-Test-Simple>=0.94:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -55,13 +55,6 @@ MAN3= DBIx::Class::Schema::PopulateMore.3 \
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
BUILD_DEPENDS+= p5-Module-Pluggable>=3.9:${PORTSDIR}/devel/p5-Module-Pluggable \
p5-parent>=0:${PORTSDIR}/devel/p5-parent
RUN_DEPENDS+= p5-Module-Pluggable>=3.9:${PORTSDIR}/devel/p5-Module-Pluggable \
p5-parent>=0:${PORTSDIR}/devel/p5-parent
.endif
.if ${PERL_LEVEL} < 501400
TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
.endif

View file

@ -187,15 +187,4 @@ MAN3= DBIx::Class.3 \
RUN_DEPENDS+= p5-SQL-Translator>=0.09.004:${PORTSDIR}/databases/p5-SQL-Translator
.endif
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
BUILD_DEPENDS+= p5-File-Temp>=0.22:${PORTSDIR}/devel/p5-File-Temp
RUN_DEPENDS+= p5-File-Path>=2.07:${PORTSDIR}/devel/p5-File-Path
.endif
.if ${PERL_LEVEL} < 501200
TEST_DEPENDS+= p5-Test-Simple>=0.94:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -14,8 +14,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for logging queries for DBI
RUN_DEPENDS= \
p5-DBI>0:${PORTSDIR}/databases/p5-DBI
RUN_DEPENDS= p5-DBI>0:${PORTSDIR}/databases/p5-DBI
BUILD_DEPENDS= ${RUN_DEPENDS}
TEST_DEPENDS= p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires

View file

@ -39,12 +39,4 @@ PERL_CONFIGURE= yes
MAN3= DBIx::Sunny.3 \
DBIx::Sunny::Schema.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
BUILD_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent
RUN_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -32,10 +32,4 @@ MAN3= DBM::Deep.3 DBM::Deep::Cookbook.3 DBM::Deep::Internals.3 \
DBM::Deep::Iterator::File::Index.3 DBM::Deep::Null.3 \
DBM::Deep::Engine::File.3 DBM::Deep::Sector::File.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -82,11 +82,4 @@ MAN3= Jifty::DBI.3 \
Jifty::DBI::Schema.3 \
Jifty::DBI::SchemaGenerator.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501000
BUILD_DEPENDS+= p5-version>=0:${PORTSDIR}/devel/p5-version
RUN_DEPENDS+= p5-version>=0:${PORTSDIR}/devel/p5-version
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -53,10 +53,4 @@ MAN3= MongoDB.3 \
MongoDB::Timestamp.3 \
MongoDB::Tutorial.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500809
TEST_DEPENDS+= p5-File-Temp>=0.17:${PORTSDIR}/devel/p5-File-Temp
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -27,16 +27,4 @@ PERL_CONFIGURE= yes
MAN3= ORLite.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
BUILD_DEPENDS+= p5-File-Temp>=0.20:${PORTSDIR}/devel/p5-File-Temp
RUN_DEPENDS+= p5-File-Temp>=0.20:${PORTSDIR}/devel/p5-File-Temp
.endif
.if ${PERL_LEVEL} < 501200
BUILD_DEPENDS+= p5-File-Path>=2.08:${PORTSDIR}/devel/p5-File-Path
RUN_DEPENDS+= p5-File-Path>=2.08:${PORTSDIR}/devel/p5-File-Path
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -95,11 +95,4 @@ MAN3= Prophet::Web::Result.3 \
Prophet::Replica::sqlite.3 \
Prophet::Meta::Types.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501000
BUILD_DEPENDS+= p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA
RUN_DEPENDS+= p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -27,14 +27,4 @@ PERL_CONFIGURE= yes
MAN3= Redis.3 Redis::Hash.3 Redis::List.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501000
BUILD_DEPENDS+= p5-IPC-Cmd>=0:${PORTSDIR}/devel/p5-IPC-Cmd
.endif
.if ${PERL_LEVEL} < 501000
TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -113,9 +113,6 @@ MAN3= SQL::Translator.3 \
post-patch:
@${FIND} ${WRKSRC} -name "*.orig" -delete
regression-test: build
cd ${WRKSRC}/ && ${MAKE} test
.include <bsd.port.pre.mk>
.if defined(WITH_DIAGRAM)

View file

@ -35,10 +35,4 @@ MAN1= sqlw_mail.1 \
post-patch:
${CHMOD} u+w ${WRKSRC}/Makefile.PL
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500807
RUN_DEPENDS+= p5-CGI.pm>=3.10:${PORTSDIR}/www/p5-CGI.pm
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -1298,7 +1298,6 @@
SUBDIR += p5-B-Hooks-Parser
SUBDIR += p5-B-Keywords
SUBDIR += p5-B-OPCheck
SUBDIR += p5-B-Size
SUBDIR += p5-B-Utils
SUBDIR += p5-BFD
SUBDIR += p5-BS-Event
@ -1645,7 +1644,6 @@
SUBDIR += p5-Debug-Client
SUBDIR += p5-Decision-ACL
SUBDIR += p5-Declare-Constraints-Simple
SUBDIR += p5-Devel-Arena
SUBDIR += p5-Devel-ArgNames
SUBDIR += p5-Devel-Autoflush
SUBDIR += p5-Devel-Backtrace

View file

@ -116,11 +116,4 @@ MAN3= Algorithm::Evolutionary.3 \
Algorithm::Evolutionary::Wheel.3 \
Algorithm::Evolutionary::XML.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501000
BUILD_DEPENDS+= p5-version>=0:${PORTSDIR}/devel/p5-version
RUN_DEPENDS+= p5-version>=0:${PORTSDIR}/devel/p5-version
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -25,10 +25,4 @@ PERL_CONFIGURE= yes
MAN3= Any::Moose::Convert.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -33,10 +33,4 @@ MAN3= AnyEvent::Filesys::Notify.3 \
AnyEvent::Filesys::Notify::Role::Linux.3 \
AnyEvent::Filesys::Notify::Role::Mac.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501000
RUN_DEPENDS+= p5-autodie>0:${PORTSDIR}/devel/p5-autodie
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -18,13 +18,4 @@ PERL_CONFIGURE= yes
MAN3= App::CLI.3 App::CLI::Command.3 App::CLI::Command::Help.3 App::CLI::Helper.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501200
BUILD_DEPENDS= p5-Getopt-Long>=2.35:${PORTSDIR}/devel/p5-Getopt-Long \
p5-Locale-Maketext-Simple>0:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \
p5-Pod-Simple>0:${PORTSDIR}/textproc/p5-Pod-Simple
RUN_DEPENDS:= ${BUILD_DEPENDS}
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -64,10 +64,4 @@ MAN3= App::GitGot.3 \
App::GitGot::Repo.3 \
App::GitGot::Repo::Git.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
RUN_DEPENDS+= p5-autodie>=0:${PORTSDIR}/devel/p5-autodie
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -27,10 +27,4 @@ PERL_CONFIGURE= yes
MAN1= github.pl.1
MAN3= App::GitHub.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500905
RUN_DEPENDS+= p5-IPC-Cmd>=0:${PORTSDIR}/devel/p5-IPC-Cmd
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -18,7 +18,4 @@ PERL_CONFIGURE= yes
MAN3= AutoLoader.3 AutoSplit.3
regression-test:
cd ${WRKSRC} && ${MAKE} test
.include <bsd.port.mk>

View file

@ -25,10 +25,4 @@ PERL_CONFIGURE= yes
MAN3= B::Hooks::EndOfScope.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
TEST_DEPENDS+= p5-Test-Simple>=0.89:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -20,11 +20,4 @@ PERL_CONFIGURE= yes
MAN3= B::Hooks::OP::Check.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
BUILD_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent
RUN_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -25,11 +25,4 @@ PERL_CONFIGURE= yes
MAN3= B::Hooks::Parser.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
BUILD_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent
RUN_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -1,29 +0,0 @@
# New ports collection makefile for: p5-B-Size
# Date created: 12 dec 2004
# Whom: Andrey Chernov <ache@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= B-Size
PORTVERSION= 0.09
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Tools to measure size of Perl OPs and [SAV]Vs
MAKE_JOBS_SAFE= yes
PERL_CONFIGURE= yes
MAN3= B::Size.3 B::TerseSize.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} >= 501000
BROKEN= Does not build with perl >= 5.10
.endif
.include <bsd.port.post.mk>

View file

@ -1,2 +0,0 @@
SHA256 (B-Size-0.09.tar.gz) = fc0a077ce9d0e0799a441fc14518891e995ffbff7727c06440419067af75d472
SIZE (B-Size-0.09.tar.gz) = 10695

View file

@ -1,4 +0,0 @@
B::Size Measure size of Perl OPs and SVs
B::TerseSize Printing info about ops and their (estimated) size
WWW: http://search.cpan.org/dist/B-Size/

View file

@ -1,8 +0,0 @@
%%SITE_PERL%%/%%PERL_ARCH%%/B/Size.pm
%%SITE_PERL%%/%%PERL_ARCH%%/B/TerseSize.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/B/Size/Size.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/B/Size/Size.so
%%SITE_PERL%%/%%PERL_ARCH%%/auto/B/Size/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/B/Size
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/B
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/B

View file

@ -24,10 +24,4 @@ MAN3= B::Utils.3 B::Utils::OP.3
PERL_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501000
BUILD_DEPENDS+= p5-ExtUtils-CBuilder>=0:${PORTSDIR}/devel/p5-ExtUtils-CBuilder
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -19,7 +19,4 @@ PERL_CONFIGURE= yes
MAN3= BSD::devstat.3
regression-test:
cd ${WRKSRC} && make test
.include <bsd.port.mk>

View file

@ -22,7 +22,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
p5-DateTime-Format-ISO8601>=0:${PORTSDIR}/devel/p5-DateTime-Format-ISO8601
PERL_CONFIGURE= 5.10.1+
PERL_CONFIGURE= yes
MAN3= BZ::Client.3 BZ::Client::API.3 BZ::Client::Bug.3 \
BZ::Client::Bugzilla.3 BZ::Client::Exception.3 \

View file

@ -40,10 +40,4 @@ MAN3= Bread::Board::Declare.3 \
Bread::Board::Declare::Role::Object.3 \
Bread::Board::Declare::Role::Service.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -87,10 +87,4 @@ post-patch:
.else
.endif
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -23,15 +23,6 @@ TEST_DEPENDS= p5-Compress-Bzip2>=0:${PORTSDIR}/archivers/p5-Compress-Bzip2
PERL_CONFIGURE= YES
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501000
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Compress/Bzip2.pm:${PORTSDIR}/archivers/p5-IO-Compress \
${SITE_PERL}/${PERL_ARCH}/Digest/SHA.pm:${PORTSDIR}/security/p5-Digest-SHA
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Compress/Bzip2.pm:${PORTSDIR}/archivers/p5-IO-Compress \
${SITE_PERL}/${PERL_ARCH}/Digest/SHA.pm:${PORTSDIR}/security/p5-Digest-SHA
.endif
MAN3= CPAN::Checksums.3
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -27,10 +27,6 @@ MAN3= CPAN::Meta.3 \
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
.endif
.if ${PERL_LEVEL} < 501400
BUILD_DEPENDS+= p5-CPAN-Meta-YAML>=0.002:${PORTSDIR}/devel/p5-CPAN-Meta-YAML \
p5-JSON-PP>=2.27103:${PORTSDIR}/converters/p5-JSON-PP \

View file

@ -26,10 +26,4 @@ PERL_CONFIGURE= yes
MAN1= minicpan.1
MAN3= CPAN::Mini.3 CPAN::Mini::App.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500903
RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -30,15 +30,4 @@ MAN3= CPAN::YACSmoke.3 \
CPAN::YACSmoke::Plugin::SmokeDB.3 \
CPAN::YACSmoke::Plugin::Recent.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500806
RUN_DEPENDS+= p5-PathTools>=0.88:${PORTSDIR}/devel/p5-PathTools
.endif
.if ${PERL_LEVEL} < 500905
RUN_DEPENDS+= p5-CPANPLUS>=0:${PORTSDIR}/devel/p5-CPANPLUS \
p5-Module-Pluggable>=2.5:${PORTSDIR}/devel/p5-Module-Pluggable
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -21,30 +21,4 @@ PERL_CONFIGURE= yes
MAN3= CPANPLUS::Dist::Build.3 CPANPLUS::Dist::Build::Constants.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501000
BUILD_DEPENDS+= p5-CPANPLUS>=0.84:${PORTSDIR}/devel/p5-CPANPLUS \
p5-ExtUtils-Install>=1.42:${PORTSDIR}/devel/p5-ExtUtils-Install \
p5-Locale-Maketext-Simple>=0:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \
p5-Params-Check>=0.26:${PORTSDIR}/devel/p5-Params-Check
RUN_DEPENDS+= p5-CPANPLUS>=0.84:${PORTSDIR}/devel/p5-CPANPLUS \
p5-ExtUtils-Install>=1.42:${PORTSDIR}/devel/p5-ExtUtils-Install \
p5-Locale-Maketext-Simple>=0:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \
p5-Params-Check>=0.26:${PORTSDIR}/devel/p5-Params-Check
.endif
.if ${PERL_LEVEL} < 501001
BUILD_DEPENDS+= p5-IPC-Cmd>=0.42:${PORTSDIR}/devel/p5-IPC-Cmd \
p5-Module-Build>=0.3200:${PORTSDIR}/devel/p5-Module-Build \
p5-Module-Load>=0.16:${PORTSDIR}/devel/p5-Module-Load \
p5-Module-Load-Conditional>=0.30:${PORTSDIR}/devel/p5-Module-Load-Conditional \
p5-Module-Pluggable>=3.8:${PORTSDIR}/devel/p5-Module-Pluggable
RUN_DEPENDS+= p5-IPC-Cmd>=0.42:${PORTSDIR}/devel/p5-IPC-Cmd \
p5-Module-Build>=0.3200:${PORTSDIR}/devel/p5-Module-Build \
p5-Module-Load>=0.16:${PORTSDIR}/devel/p5-Module-Load \
p5-Module-Load-Conditional>=0.30:${PORTSDIR}/devel/p5-Module-Load-Conditional \
p5-Module-Pluggable>=3.8:${PORTSDIR}/devel/p5-Module-Pluggable
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -60,38 +60,6 @@ MAN3= CPANPLUS.3 \
CPANPLUS::Shell::Default::Plugins::Source.3 \
CPANPLUS::inc.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500904
RUN_DEPENDS+= p5-Module-Load>=0.10:${PORTSDIR}/devel/p5-Module-Load \
p5-Module-Loaded>=0.01:${PORTSDIR}/devel/p5-Module-Loaded \
p5-Package-Constants>=0.01:${PORTSDIR}/devel/p5-Package-Constants
.endif
.if ${PERL_LEVEL} < 500905
RUN_DEPENDS+= p5-Archive-Extract>=0.16:${PORTSDIR}/archivers/p5-Archive-Extract \
p5-IPC-Cmd>=0.36:${PORTSDIR}/devel/p5-IPC-Cmd \
p5-Locale-Maketext-Simple>=0.01:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \
p5-Log-Message>=0.01:${PORTSDIR}/devel/p5-Log-Message \
p5-Object-Accessor>=0.32:${PORTSDIR}/devel/p5-Object-Accessor \
p5-Params-Check>=0.22:${PORTSDIR}/devel/p5-Params-Check
.endif
.if ${PERL_LEVEL} < 501000
RUN_DEPENDS+= p5-File-Fetch>=0.13_04:${PORTSDIR}/ftp/p5-File-Fetch \
p5-Module-Load-Conditional>=0.18:${PORTSDIR}/devel/p5-Module-Load-Conditional \
p5-Term-UI>=0.18:${PORTSDIR}/devel/p5-Term-UI
PLIST_SUB+= EXE_FILES=""
MAN1= cpanp.1 cpan2dist.1
.else
PLIST_SUB+= EXE_FILES="@comment "
.endif
post-patch:
.if ${PERL_LEVEL} >= 501000
@${REINPLACE_CMD} -e 's/5.009/5.666/; /install_script/d' ${WRKSRC}/Makefile.PL
.endif
.if defined(WITH_TEST_REPORTER)
RUN_DEPENDS+= ${SITE_PERL}/Test/Reporter.pm:${PORTSDIR}/devel/p5-Test-Reporter
.endif
@ -100,4 +68,7 @@ RUN_DEPENDS+= ${SITE_PERL}/Test/Reporter.pm:${PORTSDIR}/devel/p5-Test-Reporter
RUN_DEPENDS+= ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML
.endif
.include <bsd.port.post.mk>
post-patch:
@${REINPLACE_CMD} -e 's/5.009/5.666/; /install_script/d' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>

View file

@ -1,6 +1,3 @@
%%EXE_FILES%%bin/cpan2dist
%%EXE_FILES%%bin/cpanp
%%EXE_FILES%%bin/cpanp-run-perl
%%SITE_PERL%%/CPANPLUS.pm
%%SITE_PERL%%/CPANPLUS/Backend.pm
%%SITE_PERL%%/CPANPLUS/Backend/RV.pm

View file

@ -28,7 +28,4 @@ MAN3= Cache::AgainstFile::Memory.3 \
Cache::AgainstFile::Base.3 \
Cache::AgainstFile::CacheModule.3
regression-test:
cd ${WRKSRC} && ${MAKE} test
.include <bsd.port.mk>

View file

@ -23,14 +23,4 @@ MAN3= Carp::Always::Color.3 \
Carp::Always::Color::HTML.3 \
Carp::Always::Color::Term.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500808
BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.30:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
.endif
.if ${PERL_LEVEL} < 501001
TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -26,10 +26,4 @@ USE_PERL5_RUN= 5.8.1+
MAN3= Class::Accessor::Complex.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
RUN_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -30,10 +30,4 @@ PERL_CONFIGURE= yes
MAN3= Class::Accessor::Grouped.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -26,10 +26,4 @@ PERL_MODBUILD= yes
MAN3= Class::Load::XS.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -23,11 +23,4 @@ PERL_CONFIGURE= yes
MAN3= Class::Tom.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+= p5-Digest-MD5>=2.16:${PORTSDIR}/security/p5-Digest-MD5
BUILD_DEPENDS+= p5-Digest-MD5>=2.16:${PORTSDIR}/security/p5-Digest-MD5
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -24,11 +24,4 @@ PERL_CONFIGURE= yes
MAN3= Config::AutoConf.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
BUILD_DEPENDS+= p5-ExtUtils-CBuilder>=0.23:${PORTSDIR}/devel/p5-ExtUtils-CBuilder
RUN_DEPENDS+= p5-ExtUtils-CBuilder>=0.23:${PORTSDIR}/devel/p5-ExtUtils-CBuilder
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -25,10 +25,4 @@ TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep
PERL_CONFIGURE= Yes
MAN3= Config::JSON.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500905
RUN_DEPENDS+= p5-version>=0.72.03:${PORTSDIR}/devel/p5-version
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -164,11 +164,4 @@ MAN3= Config::Model.3 \
Config::Model::models::Multistrap::Section.3 \
Config::Model::models::PopCon.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
BUILD_DEPENDS+= p5-File-Path>=2.07:${PORTSDIR}/devel/p5-File-Path
RUN_DEPENDS+= p5-File-Path>=2.07:${PORTSDIR}/devel/p5-File-Path
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -22,10 +22,4 @@ PERL_CONFIGURE= YES
MAN3= Config::Std.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500900
RUN_DEPENDS+= p5-version>=0:${PORTSDIR}/devel/p5-version
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -27,10 +27,4 @@ PERL_CONFIGURE= yes
MAN3= Const::Fast.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -20,17 +20,4 @@ PERL_CONFIGURE= yes
MAN3= Data::Clone.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
BUILD_DEPENDS+= p5-Devel-PPPort>=3.19:${PORTSDIR}/devel/p5-Devel-PPPort
RUN_DEPENDS+= p5-Devel-PPPort>=3.19:${PORTSDIR}/devel/p5-Devel-PPPort
TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
.endif
.if ${PERL_LEVEL} < 501200
BUILD_DEPENDS+= p5-ExtUtils-ParseXS>=2.21:${PORTSDIR}/devel/p5-ExtUtils-ParseXS
RUN_DEPENDS+= p5-ExtUtils-ParseXS>=2.21:${PORTSDIR}/devel/p5-ExtUtils-ParseXS
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -25,10 +25,4 @@ PERL_MODBUILD= yes
MAN3= Data::Dump::Streamer.3 DDS.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500903
RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -18,11 +18,4 @@ PERL_MODBUILD= yes
MAN3= Data::Dumper::Simple.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500805
BUILD_DEPENDS+= ${SITE_PERL}/Filter/Simple.pm:${PORTSDIR}/textproc/p5-Filter-Simple
RUN_DEPENDS+= ${BUILD_DEPENDS}
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -40,10 +40,6 @@ MAN3= Data::Printer.3 \
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
.endif
.if ${PERL_LEVEL} < 501400
BUILD_DEPENDS+= p5-Term-ANSIColor>=3:${PORTSDIR}/devel/p5-Term-ANSIColor
RUN_DEPENDS+= p5-Term-ANSIColor>=3:${PORTSDIR}/devel/p5-Term-ANSIColor

View file

@ -33,10 +33,4 @@ BUILD_DEPENDS+= p5-GD>=0:${PORTSDIR}/graphics/p5-GD
RUN_DEPENDS+= p5-GD>=0:${PORTSDIR}/graphics/p5-GD
.endif
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -18,10 +18,4 @@ PERL_CONFIGURE= yes
MAN3= Data::Section::Simple.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -38,10 +38,4 @@ MAN3= Data::Serializer.3 Data::Serializer::Bencode.3 \
Data::Serializer::XML::Simple.3 Data::Serializer::YAML.3 \
Data::Serializer::YAML::Syck.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501000
RUN_DEPENDS+= p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -41,10 +41,4 @@ MAN3= Data::Stream::Bulk.3 \
Data::Stream::Bulk::Path::Class.3 \
Data::Stream::Bulk::Util.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -27,11 +27,4 @@ PERL_CONFIGURE= yes
MAN3= Data::Throttler::Memcached.3 \
Data::Throttler::BucketChain::Memcached.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+= p5-Digest-MD5>=2.16:${PORTSDIR}/security/p5-Digest-MD5
BUILD_DEPENDS+= p5-Digest-MD5>=2.16:${PORTSDIR}/security/p5-Digest-MD5
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -31,10 +31,4 @@ MAN3= Data::Validator.3 \
Data::Validator::Role::Sequenced.3 \
Data::Validator::Role::StrictSequenced.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -29,10 +29,4 @@ PERL_CONFIGURE= yes
MAN3= Data::Visitor.3 \
Data::Visitor::Callback.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -31,17 +31,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
MAN3= DateTime::Astro.3 \
DateTime::Event::SolarTerm.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
BUILD_DEPENDS+= p5-Devel-PPPort>=3.19:${PORTSDIR}/devel/p5-Devel-PPPort
.endif
.if ${PERL_LEVEL} < 501200
BUILD_DEPENDS+= p5-ExtUtils-ParseXS>=2.21:${PORTSDIR}/devel/p5-ExtUtils-ParseXS
.endif
post-configure:
@${REINPLACE_CMD} -e '/^INC = / s|$$| -I${LOCALBASE}/include|' ${WRKSRC}/Makefile
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -36,14 +36,4 @@ post-install:
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500806
RUN_DEPENDS+= p5-PathTools>=3:${PORTSDIR}/devel/p5-PathTools
.endif
.if ${PERL_LEVEL} < 501000
RUN_DEPENDS+= p5-parent>=0.223:${PORTSDIR}/devel/p5-parent
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -39,10 +39,4 @@ post-install:
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -1,27 +0,0 @@
# New ports collection makefile for: Devel-Arena
# Date created: 13 May 2005
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Devel-Arena
PORTVERSION= 0.23
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= Perl extension for inspecting the core's arena structures
PERL_CONFIGURE= yes
MAN3= Devel::Arena.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} >= 501000
BROKEN= Does not build with perl >= 5.10
.endif
.include <bsd.port.post.mk>

View file

@ -1,2 +0,0 @@
SHA256 (Devel-Arena-0.23.tar.gz) = 8afa77a368b3ff368ab2c30300f60fb01d8bd3284d901b2cdaf465cbdae38185
SIZE (Devel-Arena-0.23.tar.gz) = 42191

View file

@ -1,3 +0,0 @@
Inspect the arena structures that perl uses for SV allocation.
WWW: http://search.cpan.org/dist/Devel-Arena/

View file

@ -1,7 +0,0 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/Arena/.packlist
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/Arena/Arena.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/Arena/Arena.so
%%SITE_PERL%%/%%PERL_ARCH%%/Devel/Arena.pm
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/Arena
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Devel
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel

View file

@ -24,10 +24,4 @@ PERL_CONFIGURE= yes
MAN3= Devel::CallChecker.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501000
TEST_DEPENDS+= p5-ExtUtils-CBuilder>=0.1500:${PORTSDIR}/devel/p5-ExtUtils-CBuilder
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -83,11 +83,4 @@ MAN3= Devel::AssertOS.3 \
Devel::CheckOS.3 \
Devel::CheckOS::Families.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} == 501000
BUILD_DEPENDS+= p5-File-Temp>=0.19:${PORTSDIR}/devel/p5-File-Temp
RUN_DEPENDS+= p5-File-Temp>=0.19:${PORTSDIR}/devel/p5-File-Temp
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -27,10 +27,4 @@ PERL_CONFIGURE= yes
MAN3= Devel::Declare.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -19,11 +19,4 @@ PERL_CONFIGURE= yes
MAN3= Digest::TransformPath.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500809
RUN_DEPENDS+= p5-Digest-MD5>=2.36:${PORTSDIR}/security/p5-Digest-MD5
BUILD_DEPENDS+= p5-Digest-MD5>=2.36:${PORTSDIR}/security/p5-Digest-MD5
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

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