perl-Authen-SASL: fix build and deps.
This commit is contained in:
parent
8a257b256f
commit
5c920dac74
2 changed files with 12 additions and 2 deletions
10
srcpkgs/perl-Authen-SASL/patches/inc.patch
Normal file
10
srcpkgs/perl-Authen-SASL/patches/inc.patch
Normal file
|
@ -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';
|
|
@ -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 <orphan@voidlinux.org>"
|
||||
|
|
Loading…
Reference in a new issue