perl-Authen-SASL: fix build and deps.

This commit is contained in:
Leah Neukirchen 2021-01-29 19:42:11 +01:00
parent 8a257b256f
commit 5c920dac74
2 changed files with 12 additions and 2 deletions

View 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';

View file

@ -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>"