diff options
author | obache <obache@pkgsrc.org> | 2012-05-17 10:52:48 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-05-17 10:52:48 +0000 |
commit | 8ffc290a49bc9ce5c9445ddb599f664ca573c503 (patch) | |
tree | 808ff32c448ad2af3affbb51af68b11ed3a5bf23 /security | |
parent | 21c7fcfc7f143754bdce77c8722f8ffebda7ca5d (diff) | |
download | pkgsrc-8ffc290a49bc9ce5c9445ddb599f664ca573c503.tar.gz |
Add missing dependency on p5-IO-Socket-SSL and p5-libwww (for LWP::UserAgent).
Bump PKGREVISION.
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-AuthCAS/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/security/p5-AuthCAS/Makefile b/security/p5-AuthCAS/Makefile index 18a962252ea..5c3b1ceb98f 100644 --- a/security/p5-AuthCAS/Makefile +++ b/security/p5-AuthCAS/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2012/05/17 10:35:14 obache Exp $ +# $NetBSD: Makefile,v 1.4 2012/05/17 10:52:48 obache Exp $ DISTNAME= AuthCAS-1.5 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/O/OS/OSALAUN/} @@ -10,7 +11,11 @@ HOMEPAGE= http://search.cpan.org/dist/AuthCAS/ COMMENT= AuthCAS - Client library for CAS 2.0 authentication server LICENSE= ${PERL5_LICENSE} +DEPENDS+= p5-IO-Socket-SSL-[0-9]*:../../security/p5-IO-Socket-SSL +DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww + PKG_DESTDIR_SUPPORT= user-destdir + USE_LANGUAGES= # PERL5_PACKLIST= auto/AuthCAS/.packlist |