diff options
author | William Pitcock <nenolod@dereferenced.org> | 2017-03-25 03:05:53 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2017-03-25 03:12:39 +0000 |
commit | b2e732beaf8319467bf353680c2aaa4e9e16e4da (patch) | |
tree | 281db95803baeb4c39256dc5502a7ba75c03a101 /main/perl-lwp-protocol-https/APKBUILD | |
parent | 7501c9916b1c1fc692ef990c33d9079044baf4b0 (diff) | |
download | aports-b2e732beaf8319467bf353680c2aaa4e9e16e4da.tar.bz2 aports-b2e732beaf8319467bf353680c2aaa4e9e16e4da.tar.xz |
main/perl-lwp-protocol-https: add perl-try-tiny dependency
Diffstat (limited to 'main/perl-lwp-protocol-https/APKBUILD')
-rw-r--r-- | main/perl-lwp-protocol-https/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/perl-lwp-protocol-https/APKBUILD b/main/perl-lwp-protocol-https/APKBUILD index c8d87c1386..f95e6b2c83 100644 --- a/main/perl-lwp-protocol-https/APKBUILD +++ b/main/perl-lwp-protocol-https/APKBUILD @@ -10,7 +10,7 @@ url="http://search.cpan.org/dist/LWP-Protocol-https/" arch="noarch" license="GPL PerlArtistic" cpandepends="perl-libwww perl-io-socket-ssl perl-mozilla-ca perl-net-http" -cpanmakedepends="" +cpanmakedepends="perl-try-tiny" depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" |