diff options
Diffstat (limited to 'system/perl-net-http')
-rw-r--r-- | system/perl-net-http/APKBUILD | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/system/perl-net-http/APKBUILD b/system/perl-net-http/APKBUILD index c476f6c42..69b8d8ff5 100644 --- a/system/perl-net-http/APKBUILD +++ b/system/perl-net-http/APKBUILD @@ -1,17 +1,21 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org> pkgname=perl-net-http +_pkgreal=Net-HTTP +_author=OALDERS +_au=${_author%%"${_author#??}"} +_a=${_author%%"${_author#?}"} pkgver=6.19 pkgrel=0 pkgdesc="Low-level HTTP connection client library for Perl" url="https://metacpan.org/release/Net-HTTP" arch="noarch" license="GPL-2.0-only OR Artistic-1.0-Perl" -depends="perl perl-uri" -makedepends="perl-dev" +depends="perl-uri" +makedepends="" subpackages="$pkgname-doc" -source="https://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/Net-HTTP-$pkgver.tar.gz" -builddir="$srcdir"/Net-HTTP-$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 |