mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Use the new modbuildtiny macro.
This commit is contained in:
parent
687a70b642
commit
4bd5fd7269
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326275
@ -15,14 +15,13 @@ 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
|
||||
|
||||
|
@ -16,8 +16,7 @@ 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 \
|
||||
@ -27,7 +26,7 @@ TEST_DEPENDS= p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS \
|
||||
p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
USE_PERL5= modbuildtiny
|
||||
|
||||
MAN3= MooseX::Storage.3 \
|
||||
MooseX::Storage::Base::WithChecksum.3 \
|
||||
|
@ -10,14 +10,13 @@ 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user