diff options
author | lth <lth@FreeBSD.org> | 2016-04-02 20:02:16 +0800 |
---|---|---|
committer | lth <lth@FreeBSD.org> | 2016-04-02 20:02:16 +0800 |
commit | fb3b8f6db5e6225761b79d8563c67e4cbfa7ac06 (patch) | |
tree | 978631904332dd1f0b475ae9bb6f912bd6b79202 /devel | |
parent | 88b37e3507025b2141b4278c8cef0ee1f48c8de2 (diff) | |
download | freebsd-ports-gnome-fb3b8f6db5e6225761b79d8563c67e4cbfa7ac06.tar.gz freebsd-ports-gnome-fb3b8f6db5e6225761b79d8563c67e4cbfa7ac06.tar.zst freebsd-ports-gnome-fb3b8f6db5e6225761b79d8563c67e4cbfa7ac06.zip |
- update to 0.028
- add TEST_DEPENDS
- distribute maintainership
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-MooseX-AttributeShortcuts/Makefile | 17 | ||||
-rw-r--r-- | devel/p5-MooseX-AttributeShortcuts/distinfo | 4 |
2 files changed, 15 insertions, 6 deletions
diff --git a/devel/p5-MooseX-AttributeShortcuts/Makefile b/devel/p5-MooseX-AttributeShortcuts/Makefile index a256461e2628..5a375ca8cbc5 100644 --- a/devel/p5-MooseX-AttributeShortcuts/Makefile +++ b/devel/p5-MooseX-AttributeShortcuts/Makefile @@ -1,21 +1,30 @@ # $FreeBSD$ PORTNAME= MooseX-AttributeShortcuts -PORTVERSION= 0.017 -PORTREVISION= 1 +PORTVERSION= 0.028 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= lth@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Shorthand for common attribute options -BUILD_DEPENDS= p5-Moose>=0:devel/p5-Moose \ +BUILD_DEPENDS= p5-List-AllUtils>=0:devel/p5-List-AllUtils \ + p5-Moose>=0:devel/p5-Moose \ + p5-MooseX-Meta-TypeConstraint-Mooish>=0:devel/p5-MooseX-Meta-TypeConstraint-Mooish \ p5-MooseX-Role-Parameterized>=0:devel/p5-MooseX-Role-Parameterized \ p5-MooseX-Types-Common>=0:devel/p5-MooseX-Types-Common \ p5-MooseX-Types>=0:devel/p5-MooseX-Types \ + p5-Package-DeprecationManager>=0:devel/p5-Package-DeprecationManager \ + p5-aliased>=0:devel/p5-aliased \ p5-namespace-autoclean>=0:devel/p5-namespace-autoclean RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-MooseX-Types-Path-Class>=0:devel/p5-MooseX-Types-Path-Class \ + p5-Path-Class>=0:devel/p5-Path-Class \ + p5-Test-CheckDeps>=0.010:devel/p5-Test-CheckDeps \ + p5-Test-Fatal>=0:devel/p5-Test-Fatal \ + p5-Test-Moose-More>=0.018:devel/p5-Test-Moose-More \ + p5-Test-Warn>=0:devel/p5-Test-Warn USES= perl5 USE_PERL5= configure diff --git a/devel/p5-MooseX-AttributeShortcuts/distinfo b/devel/p5-MooseX-AttributeShortcuts/distinfo index f0a22b652401..9d6329b9f3dd 100644 --- a/devel/p5-MooseX-AttributeShortcuts/distinfo +++ b/devel/p5-MooseX-AttributeShortcuts/distinfo @@ -1,2 +1,2 @@ -SHA256 (MooseX-AttributeShortcuts-0.017.tar.gz) = 94aab0aa9d6a49d7351e8579f842795520c3205250fa232abe33a691b853ea42 -SIZE (MooseX-AttributeShortcuts-0.017.tar.gz) = 29079 +SHA256 (MooseX-AttributeShortcuts-0.028.tar.gz) = ad1ae0affdca9bef42bce9fc0c352e415984953c53b88fde3a5b154994d20a64 +SIZE (MooseX-AttributeShortcuts-0.028.tar.gz) = 42362 |