diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-02-23 01:13:48 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-02-23 01:13:48 +0800 |
commit | 6804ce7335d42408ae7ecb1beee29abe3d015528 (patch) | |
tree | f5c0e0222ac810cde41605d0e1bd8329e3f2a783 /devel | |
parent | 3d761b44e99cd9db932696f37b97eca5fb6b0b46 (diff) | |
download | freebsd-ports-gnome-6804ce7335d42408ae7ecb1beee29abe3d015528.tar.gz freebsd-ports-gnome-6804ce7335d42408ae7ecb1beee29abe3d015528.tar.zst freebsd-ports-gnome-6804ce7335d42408ae7ecb1beee29abe3d015528.zip |
Update to 1.3701
Changes: http://search.cpan.org/dist/MooseX-App/Changes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-MooseX-App/Makefile | 12 | ||||
-rw-r--r-- | devel/p5-MooseX-App/distinfo | 6 |
2 files changed, 13 insertions, 5 deletions
diff --git a/devel/p5-MooseX-App/Makefile b/devel/p5-MooseX-App/Makefile index 7ed32dafa809..f362f0493476 100644 --- a/devel/p5-MooseX-App/Makefile +++ b/devel/p5-MooseX-App/Makefile @@ -2,10 +2,11 @@ # $FreeBSD$ PORTNAME= MooseX-App -PORTVERSION= 1.37 +PORTVERSION= 1.37.01 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Write user-friendly command line apps with even less suffering @@ -28,4 +29,11 @@ NO_ARCH= yes USE_PERL5= configure USES= perl5 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 502502 +BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.44:lang/p5-Scalar-List-Utils +RUN_DEPENDS+= p5-Scalar-List-Utils>=1.44:lang/p5-Scalar-List-Utils +.endif + +.include <bsd.port.post.mk> diff --git a/devel/p5-MooseX-App/distinfo b/devel/p5-MooseX-App/distinfo index cb7af99b6260..320fb8dcb1ff 100644 --- a/devel/p5-MooseX-App/distinfo +++ b/devel/p5-MooseX-App/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1479403362 -SHA256 (MooseX-App-1.37.tar.gz) = 8db4d936bb3c1c3730e40b7391cff6a4557e47c39d1182c55cba52ad3e77388d -SIZE (MooseX-App-1.37.tar.gz) = 88559 +TIMESTAMP = 1487767124 +SHA256 (MooseX-App-1.3701.tar.gz) = 57ef199b45fa26bc519a4cc4713783b76ebe5b572b19870ff5df3c56ac0dd77f +SIZE (MooseX-App-1.3701.tar.gz) = 90300 |