diff options
-rw-r--r-- | community/perl-html-form/APKBUILD (renamed from testing/perl-html-form/APKBUILD) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/perl-html-form/APKBUILD b/community/perl-html-form/APKBUILD index 53e2d7f4fe..1b05275033 100644 --- a/testing/perl-html-form/APKBUILD +++ b/community/perl-html-form/APKBUILD @@ -9,8 +9,7 @@ pkgdesc="Class that represents an HTML form element" url="https://metacpan.org/release/HTML-Form/" arch="noarch" license="GPL-1.0-or-later OR Artistic-1.0-Perl" -cpandepends="perl-uri perl-html-parser perl-http-message" -depends="$cpandepends" +depends="perl-uri perl-html-parser perl-http-message" makedepends="perl-dev" subpackages="$pkgname-doc" source="https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTML-Form-$pkgver.tar.gz" |