diff options
author | wen <wen@FreeBSD.org> | 2014-12-28 13:09:22 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2014-12-28 13:09:22 +0800 |
commit | e971be3fe1be0499be4a8bc91142a6decea90873 (patch) | |
tree | 50d4ba13ede0db019a2806f42df376bf749feb68 /security/p5-Dancer-Plugin-Auth-Extensible-Provider-Usergroup | |
parent | b875cac3737275ef98ee8d214c4d2126cf77510b (diff) | |
download | freebsd-ports-gnome-e971be3fe1be0499be4a8bc91142a6decea90873.tar.gz freebsd-ports-gnome-e971be3fe1be0499be4a8bc91142a6decea90873.tar.zst freebsd-ports-gnome-e971be3fe1be0499be4a8bc91142a6decea90873.zip |
- Add missing dependency
PR: 196293
Submitted by: hvo.pm@xs4all.nl(maintainer)
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 |