summaryrefslogtreecommitdiffstats
path: root/testing/perl-authen-digestmd5
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2013-03-18 12:02:29 +0000
committerFabian Affolter <fabian@affolter-engineering.ch>2013-06-15 11:41:47 +0000
commit30c84aac727adcbcd0601a450f483b37840c07a7 (patch)
tree8183a0c5d0f31adfb0abfa853f3dbc52a67aa01f /testing/perl-authen-digestmd5
parent2191c3e1f27a000ffa92738ca2d74104d99a12dd (diff)
downloadaports-30c84aac727adcbcd0601a450f483b37840c07a7.tar.bz2
aports-30c84aac727adcbcd0601a450f483b37840c07a7.tar.xz
testing/perl-authen-digestmd5: new aport
SASL DIGEST-MD5 authentication (RFC2831)
Diffstat (limited to 'testing/perl-authen-digestmd5')
-rw-r--r--testing/perl-authen-digestmd5/APKBUILD38
1 files changed, 38 insertions, 0 deletions
diff --git a/testing/perl-authen-digestmd5/APKBUILD b/testing/perl-authen-digestmd5/APKBUILD
new file mode 100644
index 000000000..1061a6642
--- /dev/null
+++ b/testing/perl-authen-digestmd5/APKBUILD
@@ -0,0 +1,38 @@
+# Automatically generated by apkbuild-cpan, template 1
+# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
+# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
+pkgname=perl-authen-digestmd5
+_pkgreal=Authen-DigestMD5
+pkgver=0.04
+pkgrel=0
+pkgdesc="SASL DIGEST-MD5 authentication (RFC2831) "
+url="search.cpan.org/dist/Authen-DigestMD5/"
+arch="noarch"
+license="GPL PerlArtistic"
+cpandepends=""
+cpanmakedepends=""
+depends="$cpandepends"
+makedepends="perl-dev $cpanmakedepends"
+subpackages="$pkgname-doc"
+source="http://search.cpan.org/CPAN/authors/id/S/SA/SALVA/$_pkgreal-$pkgver.tar.gz"
+
+_builddir="$srcdir/$_pkgreal-$pkgver"
+prepare() {
+ cd "$_builddir"
+ PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
+}
+
+build() {
+ cd "$_builddir"
+ make
+}
+
+package() {
+ cd "$_builddir"
+ make DESTDIR="$pkgdir" install || return 1
+ find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
+}
+
+md5sums="f96d3ccc55c4bf551baf59fd8cb51421 Authen-DigestMD5-0.04.tar.gz"
+sha256sums="e568b193fa2f752416102543e06be81cf0dd785b881a6e99ecb77c9a07a2fd6c Authen-DigestMD5-0.04.tar.gz"
+sha512sums="b159d487738c22d9a1de2b9e068680697369b905b56370b57e3b3fb46ecea65ce2d3801b5733b032aa7ad8d320b29b551eef1c67304b53a86983e40969e0c14f Authen-DigestMD5-0.04.tar.gz"