From 8afb6ffbf97bc59a6b97d110bf88c9357be5ad83 Mon Sep 17 00:00:00 2001 From: Kiyoshi Aman Date: Wed, 16 Oct 2019 17:32:05 -0400 Subject: system/perl-*: modernise --- system/perl-http-daemon/APKBUILD | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'system/perl-http-daemon/APKBUILD') diff --git a/system/perl-http-daemon/APKBUILD b/system/perl-http-daemon/APKBUILD index a0fc81ce5..aed0d4aae 100644 --- a/system/perl-http-daemon/APKBUILD +++ b/system/perl-http-daemon/APKBUILD @@ -1,25 +1,24 @@ # Contributor: Natanael Copa # Maintainer: Adélie Perl Team pkgname=perl-http-daemon +_pkgreal=HTTP-Daemon pkgver=6.06 -_author=O -_author2=${_author}A -_author3=${_author2}LDERS +_author=OALDERS +_au=${_author%%"${_author#??}"} +_a=${_author%%"${_author#?}"} pkgrel=0 pkgdesc="HTTP::Daemon perl module" url="https://metacpan.org/release/HTTP-Daemon" arch="noarch" license="GPL-2.0-only or Artistic-1.0-Perl" -depends="perl perl-http-date perl-http-message" +depends="perl-http-date perl-http-message" checkdepends="perl-test-needs" -makedepends="perl-dev perl-module-build" -replaces="perl-libwww" +makedepends="perl-module-build" subpackages="$pkgname-doc" -source="https://search.cpan.org/CPAN/authors/id/$_author/$_author2/$_author3/HTTP-Daemon-$pkgver.tar.gz" -builddir="$srcdir"/HTTP-Daemon-$pkgver +source="https://cpan.metacpan.org/authors/id/$_a/$_au/$_author/$_pkgreal-$pkgver.tar.gz" +builddir="$srcdir/$_pkgreal-$pkgver" build() { - # use Module::Build for non-/usr/local, not Module::Build::Tiny. PERL_MB_FALLBACK_SILENCE_WARNING=1 perl Build.PL installdirs=vendor ./Build } -- cgit v1.2.3-70-g09d2