From b163eb1b88e25226d5a45816367522bffac0a978 Mon Sep 17 00:00:00 2001 From: Kiyoshi Aman Date: Thu, 17 Oct 2019 18:44:40 -0400 Subject: user/perl-*: modernise --- user/perl-indirect/APKBUILD | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'user/perl-indirect/APKBUILD') diff --git a/user/perl-indirect/APKBUILD b/user/perl-indirect/APKBUILD index bd04fb628..39027a11d 100644 --- a/user/perl-indirect/APKBUILD +++ b/user/perl-indirect/APKBUILD @@ -1,17 +1,21 @@ # Contributor: Kiyoshi Aman # Maintainer: Adélie Perl Team pkgname=perl-indirect +_pkgreal=indirect +_author=VPIT +_au=${_author%%"${_author#??}"} +_a=${_author%%"${_author#?}"} pkgver=0.39 pkgrel=0 pkgdesc="Perl module for lexically warning about indirect method calls" url="https://metacpan.org/release/indirect" arch="all" license="Artistic-1.0-Perl" -depends="" +depends="perl" makedepends="perl-dev perl-extutils-depends" subpackages="$pkgname-doc" -source="https://cpan.metacpan.org/authors/id/V/VP/VPIT/indirect-$pkgver.tar.gz" -builddir="$srcdir/indirect-$pkgver" +source="https://cpan.metacpan.org/authors/id/$_a/$_au/$_author/$_pkgreal-$pkgver.tar.gz" +builddir="$srcdir/$_pkgreal-$pkgver" build() { PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor -- cgit v1.2.3-60-g2f50