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-io-socket-ssl/APKBUILD | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) (limited to 'system/perl-io-socket-ssl') diff --git a/system/perl-io-socket-ssl/APKBUILD b/system/perl-io-socket-ssl/APKBUILD index ab1804d91..9324a3973 100644 --- a/system/perl-io-socket-ssl/APKBUILD +++ b/system/perl-io-socket-ssl/APKBUILD @@ -2,6 +2,9 @@ # Maintainer: Adélie Perl Team pkgname=perl-io-socket-ssl _pkgreal=IO-Socket-SSL +_author=SULLR +_au=${_author%%"${_author#??}"} +_a=${_author%%"${_author#?}"} pkgver=2.066 pkgrel=0 pkgdesc="Perl module implementing SSL/TLS with IO::Socket interface" @@ -9,30 +12,21 @@ url="https://metacpan.org/release/IO-Socket-SSL" arch="noarch" license="GPL-2.0-only OR Artistic-1.0-Perl" depends="ca-certificates perl-net-libidn perl-net-ssleay" -makedepends="perl-dev" +makedepends="" subpackages="$pkgname-doc" -source="https://search.cpan.org/CPAN/authors/id/S/SU/SULLR/$_pkgreal-$pkgver.tar.gz" +source="https://cpan.metacpan.org/authors/id/$_a/$_au/$_author/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" -prepare() { - default_prepare - - cd "$builddir" - PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor -} - build() { - cd "$builddir" + PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor make } check() { - cd "$builddir" make test } package() { - cd "$builddir" make DESTDIR="$pkgdir" install find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -- cgit v1.2.3-60-g2f50