diff options
-rw-r--r-- | community/perl-class-errorhandler/APKBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/community/perl-class-errorhandler/APKBUILD b/community/perl-class-errorhandler/APKBUILD index 3d169ecfc2..5485d14350 100644 --- a/community/perl-class-errorhandler/APKBUILD +++ b/community/perl-class-errorhandler/APKBUILD @@ -1,14 +1,16 @@ -# Automatically generated by apkbuild-cpan, template 2 +# Automatically generated by apkbuild-cpan, template 3 # Contributor: Timothy Legge <timlegge@gmail.com> # Maintainer: Timothy Legge <timlegge@gmail.com> pkgname=perl-class-errorhandler +#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan _pkgreal=Class-ErrorHandler pkgver=0.04 -pkgrel=1 +pkgrel=2 pkgdesc="Base class for error handling" url="https://metacpan.org/release/Class-ErrorHandler/" arch="noarch" license="GPL-1.0-or-later OR Artistic-1.0-Perl" +depends="perl" makedepends="perl-dev" subpackages="$pkgname-doc" source="https://cpan.metacpan.org/authors/id/T/TO/TOKUHIROM/Class-ErrorHandler-$pkgver.tar.gz" |