diff options
Diffstat (limited to 'devel/p5-MooseX-Getopt/Makefile')
-rw-r--r-- | devel/p5-MooseX-Getopt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-MooseX-Getopt/Makefile b/devel/p5-MooseX-Getopt/Makefile index c95a611478b1..c3ab7fba27de 100644 --- a/devel/p5-MooseX-Getopt/Makefile +++ b/devel/p5-MooseX-Getopt/Makefile @@ -6,7 +6,7 @@ # PORTNAME= MooseX-Getopt -PORTVERSION= 0.16 +PORTVERSION= 0.17 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= lbr@FreeBSD.org COMMENT= A Moose role for processing command line options -RUN_DEPENDS= p5-Moose>=0.43:${PORTSDIR}/devel/p5-Moose \ +RUN_DEPENDS= p5-Moose>=0.56:${PORTSDIR}/devel/p5-Moose \ p5-Getopt-Long>=2.37:${PORTSDIR}/devel/p5-Getopt-Long \ p5-Getopt-Long-Descriptive>=0:${PORTSDIR}/devel/p5-Getopt-Long-Descriptive BUILD_DEPENDS= ${RUN_DEPENDS} |