diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-06-13 21:56:59 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-06-13 21:56:59 +0800 |
commit | d6ccc9a2299608bbb0026cfcd18a8a70c060ec1a (patch) | |
tree | 7bf2600b5cfe710c446b829704b1ded4ba973cee /devel | |
parent | f0b994394bd088deec76907149d580a72cc989dc (diff) | |
download | freebsd-ports-gnome-d6ccc9a2299608bbb0026cfcd18a8a70c060ec1a.tar.gz freebsd-ports-gnome-d6ccc9a2299608bbb0026cfcd18a8a70c060ec1a.tar.zst freebsd-ports-gnome-d6ccc9a2299608bbb0026cfcd18a8a70c060ec1a.zip |
- 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@
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Devel-Events/Makefile | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/devel/p5-Devel-Events/Makefile b/devel/p5-Devel-Events/Makefile index 9a095a61ebf0..c301a0ac6bf1 100644 --- a/devel/p5-Devel-Events/Makefile +++ b/devel/p5-Devel-Events/Makefile @@ -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 +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-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok \ - p5-Sub-Uplevel>=0.18:${PORTSDIR}/devel/p5-Sub-Uplevel +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 |