diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-01-08 02:04:41 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-01-08 02:04:41 +0000 |
commit | 248e7a52656e742b531ac109f32673074a5d60a4 (patch) | |
tree | b05ab0b7c325872736f40b693ad911f37ea03e40 /user/perl-html-formattext-withlinks | |
parent | d6cd38dc141bd0d195154a56b024028fa449a65f (diff) | |
download | packages-248e7a52656e742b531ac109f32673074a5d60a4.tar.gz packages-248e7a52656e742b531ac109f32673074a5d60a4.tar.bz2 packages-248e7a52656e742b531ac109f32673074a5d60a4.tar.xz packages-248e7a52656e742b531ac109f32673074a5d60a4.zip |
user/[Perl pods]: Modernise / fix syntax / deps
Diffstat (limited to 'user/perl-html-formattext-withlinks')
-rw-r--r-- | user/perl-html-formattext-withlinks/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/perl-html-formattext-withlinks/APKBUILD b/user/perl-html-formattext-withlinks/APKBUILD index 656a4cf5b..8e9c9878f 100644 --- a/user/perl-html-formattext-withlinks/APKBUILD +++ b/user/perl-html-formattext-withlinks/APKBUILD @@ -11,7 +11,7 @@ pkgdesc="Perl-based HTML-to-text converter with links as footnotes" url="https://metacpan.org/release/HTML-FormatText-WithLinks" arch="noarch" license="Artistic-1.0-Perl OR GPL-2.0-only" -depends="perl-html-formatter perl-html-tree perl-uri" +depends="perl perl-html-formatter perl-html-tree perl-uri" makedepends="perl-dev" subpackages="$pkgname-doc" source="https://cpan.metacpan.org/authors/id/$_a/$_au/$_author/$_pkgreal-$pkgver.tar.gz" |