mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Add LICENSE
- Fix and update *_DEPENDS: - Time::HiRes is already in all supported Perl releases - Add missing Try::Tiny - Sort TEST_DEPENDS - Add NO_ARCH - Bump PORTREVISION for dependency - Pass maintainership to perl@
This commit is contained in:
parent
0b18716b94
commit
f43bcb912e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389429
@ -3,22 +3,26 @@
|
||||
|
||||
PORTNAME= Devel-Events
|
||||
PORTVERSION= 0.08
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Perl5 module providing an extensible instrumentation framework
|
||||
|
||||
BUILD_DEPENDS= p5-Moose>=0.39:${PORTSDIR}/devel/p5-Moose \
|
||||
p5-MooseX-AttributeHelpers>=0.13:${PORTSDIR}/devel/p5-MooseX-AttributeHelpers \
|
||||
p5-Set-Object>=1.19:${PORTSDIR}/devel/p5-Set-Object \
|
||||
p5-Time-HiRes>=0.01:${PORTSDIR}/devel/p5-Time-HiRes
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok \
|
||||
p5-Sub-Uplevel>=0.18:${PORTSDIR}/devel/p5-Sub-Uplevel
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Moose>=0.33:${PORTSDIR}/devel/p5-Moose \
|
||||
p5-MooseX-AttributeHelpers>=0.03:${PORTSDIR}/devel/p5-MooseX-AttributeHelpers \
|
||||
p5-Set-Object>=0:${PORTSDIR}/devel/p5-Set-Object \
|
||||
p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Sub-Uplevel>=0:${PORTSDIR}/devel/p5-Sub-Uplevel \
|
||||
p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user