Index: head/devel/p5-Const-Fast/Makefile =================================================================== --- head/devel/p5-Const-Fast/Makefile (revision 326274) +++ head/devel/p5-Const-Fast/Makefile (revision 326275) @@ -1,29 +1,28 @@ # Created by: Philip M. Gollucci # $FreeBSD$ PORTNAME= Const-Fast PORTVERSION= 0.014 PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:LEONT PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Facility for creating read-only scalars, arrays, and hashes LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS:= ${RUN_DEPENDS} \ - p5-Module-Build-Tiny>=0.021:${PORTSDIR}/devel/p5-Module-Build-Tiny +BUILD_DEPENDS:= ${RUN_DEPENDS} RUN_DEPENDS= p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \ p5-Sub-Exporter-Progressive>=0.001.007:${PORTSDIR}/devel/p5-Sub-Exporter-Progressive TEST_DEPENDS= p5-Test-Exception>=0.29:${PORTSDIR}/devel/p5-Test-Exception USES= perl5 -USE_PERL5= modbuild +USE_PERL5= modbuildtiny MAN3= Const::Fast.3 .include Index: head/devel/p5-MooseX-Storage/Makefile =================================================================== --- head/devel/p5-MooseX-Storage/Makefile (revision 326274) +++ head/devel/p5-MooseX-Storage/Makefile (revision 326275) @@ -1,53 +1,52 @@ # Created by: chinsan # $FreeBSD$ PORTNAME= MooseX-Storage PORTVERSION= 0.41 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Serialization framework for Moose classes LICENSE= ART10 GPLv1 LICENSE_COMB= dual RUN_DEPENDS= p5-JSON-Any>=1.15:${PORTSDIR}/converters/p5-JSON-Any \ p5-Moose>=0.99:${PORTSDIR}/devel/p5-Moose \ p5-String-RewritePrefix>=0.004:${PORTSDIR}/textproc/p5-String-RewritePrefix -BUILD_DEPENDS:= ${RUN_DEPENDS} \ - p5-Module-Build-Tiny>=0.026:${PORTSDIR}/devel/p5-Module-Build-Tiny +BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS \ p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \ p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ p5-Test-JSON>=0.06:${PORTSDIR}/devel/p5-Test-JSON \ p5-Test-Requires>=0.05:${PORTSDIR}/devel/p5-Test-Requires \ p5-Test-Without-Module>=0:${PORTSDIR}/devel/p5-Test-Without-Module \ p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML USES= perl5 -USE_PERL5= modbuild +USE_PERL5= modbuildtiny MAN3= MooseX::Storage.3 \ MooseX::Storage::Base::WithChecksum.3 \ MooseX::Storage::Basic.3 \ MooseX::Storage::Deferred.3 \ MooseX::Storage::Engine.3 \ MooseX::Storage::Engine::IO::AtomicFile.3 \ MooseX::Storage::Engine::IO::File.3 \ MooseX::Storage::Engine::Trait::DisableCycleDetection.3 \ MooseX::Storage::Engine::Trait::OnlyWhenBuilt.3 \ MooseX::Storage::Format::JSON.3 \ MooseX::Storage::Format::Storable.3 \ MooseX::Storage::Format::YAML.3 \ MooseX::Storage::IO::AtomicFile.3 \ MooseX::Storage::IO::File.3 \ MooseX::Storage::IO::StorableFile.3 \ MooseX::Storage::Meta::Attribute::DoNotSerialize.3 \ MooseX::Storage::Meta::Attribute::Trait::DoNotSerialize.3 \ MooseX::Storage::Traits::DisableCycleDetection.3 \ MooseX::Storage::Traits::OnlyWhenBuilt.3 \ MooseX::Storage::Util.3 .include Index: head/net/p5-AnyEvent-Twitter-Stream/Makefile =================================================================== --- head/net/p5-AnyEvent-Twitter-Stream/Makefile (revision 326274) +++ head/net/p5-AnyEvent-Twitter-Stream/Makefile (revision 326275) @@ -1,24 +1,23 @@ # Created by: Sahil Tandon # $FreeBSD$ PORTNAME= AnyEvent-Twitter-Stream PORTVERSION= 0.26 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A perl module to receive Twitter streaming API in an event loop -BUILD_DEPENDS= p5-Module-Build-Tiny>=0.023:${PORTSDIR}/devel/p5-Module-Build-Tiny RUN_DEPENDS= p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \ p5-AnyEvent-HTTP>=2.0:${PORTSDIR}/www/p5-AnyEvent-HTTP \ p5-JSON>=2.0:${PORTSDIR}/converters/p5-JSON \ p5-URI>=0:${PORTSDIR}/net/p5-URI USES= perl5 -USE_PERL5= modbuild +USE_PERL5= modbuildtiny MAN3= AnyEvent::Twitter::Stream.3 .include