aboutsummaryrefslogtreecommitdiffstats
path: root/testing/perl-mime-construct
diff options
context:
space:
mode:
authorValery Kartel <valery.kartel@gmail.com>2015-11-18 14:07:15 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2015-11-19 15:04:05 +0000
commitefd3adb623387486f09c377701c33287b0ec5ff2 (patch)
tree74b4f46fdca6f478c47f2cb4aabfefd3b43fe160 /testing/perl-mime-construct
parentb4a56a8f10cb1c93864fa053f7eb80f427a4f7c4 (diff)
downloadaports-efd3adb623387486f09c377701c33287b0ec5ff2.tar.bz2
aports-efd3adb623387486f09c377701c33287b0ec5ff2.tar.xz
testing/perl-mime-construct: add dependent modules
Diffstat (limited to 'testing/perl-mime-construct')
-rw-r--r--testing/perl-mime-construct/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/perl-mime-construct/APKBUILD b/testing/perl-mime-construct/APKBUILD
index a9896c2fb4..ffd384ee4a 100644
--- a/testing/perl-mime-construct/APKBUILD
+++ b/testing/perl-mime-construct/APKBUILD
@@ -3,12 +3,12 @@
pkgname=perl-mime-construct
_pkgreal=mime-construct
pkgver=1.11
-pkgrel=0
+pkgrel=1
pkgdesc="Construct and optionally mail MIME messages"
url="http://search.cpan.org/~rosch/mime-construct/mime-construct"
arch="noarch"
license="GPL PerlArtistic"
-cpandepends="perl-proc-waitstat"
+cpandepends="perl-proc-waitstat perl-mime-types perl-mime-base64"
cpanmakedepends=" "
depends="$cpandepends"
makedepends="perl-dev $cpanmakedepends"