~alpine/aports

testing/perl-mime-construct: perl is required to run script. add it to depends v1 PROPOSED

Valery Kartel: 1
 testing/perl-mime-construct: perl is required to run script. add it to depends

 1 files changed, 2 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/1748/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] testing/perl-mime-construct: perl is required to run script. add it to depends Export this patch

---
 testing/perl-mime-construct/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testing/perl-mime-construct/APKBUILD b/testing/perl-mime-construct/APKBUILD
index ffd384e..0bcc579 100644
--- a/testing/perl-mime-construct/APKBUILD
+++ b/testing/perl-mime-construct/APKBUILD
@@ -3,14 +3,14 @@
pkgname=perl-mime-construct
_pkgreal=mime-construct
pkgver=1.11
pkgrel=1
pkgrel=2
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 perl-mime-types perl-mime-base64"
cpanmakedepends="   "
depends="$cpandepends"
depends="perl $cpandepends"
makedepends="perl-dev $cpanmakedepends"
subpackages="$pkgname-doc"
source="http://search.cpan.org/CPAN/authors/id/R/RO/ROSCH/$_pkgreal-$pkgver.tar.gz"
-- 
2.6.3



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---