diff options
author | Wen Heping <wen@FreeBSD.org> | 2014-12-28 05:09:22 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2014-12-28 05:09:22 +0000 |
commit | 6f83414aa4fdf7722aec4b68afdcbb78da6d8856 (patch) | |
tree | 50d4ba13ede0db019a2806f42df376bf749feb68 /security/p5-Dancer-Plugin-Auth-Extensible-Provider-Usergroup | |
parent | cf001aa9df71b59edee677d0e801c0c8d6f0d9db (diff) |
- Add missing dependency
PR: 196293
Submitted by: hvo.pm@xs4all.nl(maintainer)
Notes
Notes:
svn path=/head/; revision=375697
Diffstat (limited to 'security/p5-Dancer-Plugin-Auth-Extensible-Provider-Usergroup')
-rw-r--r-- | security/p5-Dancer-Plugin-Auth-Extensible-Provider-Usergroup/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/p5-Dancer-Plugin-Auth-Extensible-Provider-Usergroup/Makefile b/security/p5-Dancer-Plugin-Auth-Extensible-Provider-Usergroup/Makefile index 0b7d8283c73f..9317eb991a34 100644 --- a/security/p5-Dancer-Plugin-Auth-Extensible-Provider-Usergroup/Makefile +++ b/security/p5-Dancer-Plugin-Auth-Extensible-Provider-Usergroup/Makefile @@ -3,7 +3,7 @@ PORTNAME= Dancer-Plugin-Auth-Extensible-Provider-Usergroup PORTVERSION= 0.21 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,7 +16,8 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Dancer>=1.3118:${PORTSDIR}/www/p5-Dancer \ p5-Dancer-Plugin-Auth-Extensible>=0:${PORTSDIR}/security/p5-Dancer-Plugin-Auth-Extensible \ - p5-Dancer-Plugin-Passphrase>=0:${PORTSDIR}/security/p5-Dancer-Plugin-Passphrase + p5-Dancer-Plugin-Passphrase>=0:${PORTSDIR}/security/p5-Dancer-Plugin-Passphrase \ + p5-Dancer-Plugin-DBIC>=0:${PORTSDIR}/databases/p5-Dancer-Plugin-DBIC RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |