diff options
author | obache <obache> | 2012-05-17 10:52:48 +0000 |
---|---|---|
committer | obache <obache> | 2012-05-17 10:52:48 +0000 |
commit | dee28a28daec0a7a3dcb468b70552bf168093c0f (patch) | |
tree | 808ff32c448ad2af3affbb51af68b11ed3a5bf23 /security | |
parent | c23701d189b431c3175b4133baf3766cd69c4e75 (diff) | |
download | pkgsrc-dee28a28daec0a7a3dcb468b70552bf168093c0f.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 |