diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2012-03-22 19:49:16 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2012-03-22 19:49:16 +0000 |
commit | d62fdba67db3020e492120a0d4577f7233f56302 (patch) | |
tree | 5c073d8d613cec2a0ceed647f3f6a8e3d13fe482 /www/p5-Catalyst-Authentication-Store-LDAP/Makefile | |
parent | 45debe7b71ef319111bdffa2e0bf32b84ee5d8e7 (diff) |
Notes
Diffstat (limited to 'www/p5-Catalyst-Authentication-Store-LDAP/Makefile')
-rw-r--r-- | www/p5-Catalyst-Authentication-Store-LDAP/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/www/p5-Catalyst-Authentication-Store-LDAP/Makefile b/www/p5-Catalyst-Authentication-Store-LDAP/Makefile index fc9fe8a2424c..342ec874d213 100644 --- a/www/p5-Catalyst-Authentication-Store-LDAP/Makefile +++ b/www/p5-Catalyst-Authentication-Store-LDAP/Makefile @@ -11,12 +11,15 @@ CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= skv@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Authentication from an LDAP Directory for Catalyst -BUILD_DEPENDS= ${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap \ +BUILD_DEPENDS= p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap \ p5-Catalyst-Plugin-Authentication>=0.10003:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ + p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject \ + p5-Net-LDAP-Server-Test>=0:${PORTSDIR}/net/p5-Net-LDAP-Server-Test PERL_CONFIGURE= yes |