diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-03-30 23:46:57 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-03-30 23:46:57 +0000 |
commit | d08f85bb589bb76d61db5d834a8e43ba81821acf (patch) | |
tree | 7291608cd4d7a3d3ef40bf1c07d866c506f8612f /security/p5-App-Genpass/Makefile | |
parent | a9758a29bd62fe5c462d75adba43a48ea67b2d14 (diff) |
Notes
Diffstat (limited to 'security/p5-App-Genpass/Makefile')
-rw-r--r-- | security/p5-App-Genpass/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/security/p5-App-Genpass/Makefile b/security/p5-App-Genpass/Makefile index 354ad13b491d..3f3b2f51496b 100644 --- a/security/p5-App-Genpass/Makefile +++ b/security/p5-App-Genpass/Makefile @@ -6,7 +6,7 @@ # PORTNAME= App-Genpass -PORTVERSION= 2.20 +PORTVERSION= 2.30 CATEGORIES= security perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:XSAWYERX @@ -18,11 +18,8 @@ COMMENT= Quickly and easily create secure passwords BUILD_DEPENDS= p5-Config-Any>=0:${PORTSDIR}/devel/p5-Config-Any \ p5-File-HomeDir>=0:${PORTSDIR}/devel/p5-File-HomeDir \ p5-List-AllUtils>=0:${PORTSDIR}/devel/p5-List-AllUtils \ - p5-Mouse>=0:${PORTSDIR}/devel/p5-Mouse \ - p5-MouseX-ConfigFromFile>=0:${PORTSDIR}/devel/p5-MouseX-ConfigFromFile \ - p5-MouseX-Getopt>=0:${PORTSDIR}/devel/p5-MouseX-Getopt \ - p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \ - p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean \ + p5-Moo>=0:${PORTSDIR}/devel/p5-Moo \ + p5-MooX-Types-MooseLike>=0:${PORTSDIR}/devel/p5-MooX-Types-MooseLike \ p5-namespace-clean>=0.20:${PORTSDIR}/devel/p5-namespace-clean RUN_DEPENDS:= ${BUILD_DEPENDS} |