aboutsummaryrefslogtreecommitdiffstats
path: root/community/perl-class-errorhandler
diff options
context:
space:
mode:
authorTimothy Legge <timlegge@gmail.com>2020-04-05 15:12:09 +0000
committerTimothy Legge <timlegge@gmail.com>2020-04-06 10:40:41 +0000
commit29ed2644b329e871e8e9001893f32ffa7cbca520 (patch)
tree148eac4fab35aafca67172523166655cd6f3483c /community/perl-class-errorhandler
parent50fa0d7b799b18e9e0adc2a077acc201ee8b3e0a (diff)
downloadaports-29ed2644b329e871e8e9001893f32ffa7cbca520.tar.bz2
aports-29ed2644b329e871e8e9001893f32ffa7cbca520.tar.xz
community/perl-class-errorhandler: modernize APKBUILD
Diffstat (limited to 'community/perl-class-errorhandler')
-rw-r--r--community/perl-class-errorhandler/APKBUILD6
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"