diff --git a/srcpkgs/perl-Authen-SASL/patches/inc.patch b/srcpkgs/perl-Authen-SASL/patches/inc.patch new file mode 100644 index 00000000000..8ba0ca2d3ac --- /dev/null +++ b/srcpkgs/perl-Authen-SASL/patches/inc.patch @@ -0,0 +1,10 @@ +--- Makefile.PL.orig ++++ Makefile.PL +@@ -3,6 +3,7 @@ + use strict; + use warnings; + use 5.005; ++use lib "."; + use inc::Module::Install; + + name 'Authen-SASL'; diff --git a/srcpkgs/perl-Authen-SASL/template b/srcpkgs/perl-Authen-SASL/template index 8f6fba0b542..c9aea8eb958 100644 --- a/srcpkgs/perl-Authen-SASL/template +++ b/srcpkgs/perl-Authen-SASL/template @@ -1,11 +1,11 @@ # Template file for 'perl-Authen-SASL' pkgname=perl-Authen-SASL version=2.16 -revision=4 +revision=5 wrksrc="${pkgname/perl-/}-${version}" build_style=perl-module hostmakedepends="perl" -makedepends="$hostmakedepends" +makedepends="$hostmakedepends perl-Digest-HMAC" depends="$makedepends" short_desc="Authen::SASL -- SASL authentication framework" maintainer="Orphaned "