summaryrefslogtreecommitdiff
path: root/security/p5-Authen-SASL/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/p5-Authen-SASL/Makefile')
-rw-r--r--security/p5-Authen-SASL/Makefile14
1 files changed, 9 insertions, 5 deletions
diff --git a/security/p5-Authen-SASL/Makefile b/security/p5-Authen-SASL/Makefile
index 61d1d70703e..b1157c6ab31 100644
--- a/security/p5-Authen-SASL/Makefile
+++ b/security/p5-Authen-SASL/Makefile
@@ -1,22 +1,26 @@
-# $NetBSD: Makefile,v 1.14 2009/01/20 06:24:03 seb Exp $
+# $NetBSD: Makefile,v 1.15 2010/02/22 15:56:28 sno Exp $
#
-DISTNAME= Authen-SASL-2.12
+DISTNAME= Authen-SASL-2.13
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+#PKGREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Authen/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Authen-SASL/
COMMENT= Perl module to handle SASL authentication
+LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
-PERL5_PACKLIST= auto/Authen/SASL/.packlist
-MAKE_PARAMS+= < /dev/null
+PERL5_PACKLIST= auto/Authen/SASL/.packlist
+PERL5_MODULE_TYPE= Module::Install::Bundled
+#MAKE_PARAMS+= < /dev/null
DEPENDS+= p5-Digest-HMAC-[0-9]*:../../security/p5-Digest-HMAC
+# recommended
+DEPENDS+= p5-GSSAPI-[0-9]*:../../security/p5-GSSAPI
.include "../../lang/perl5/module.mk"