summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@gmail.com>2009-06-12 07:45:43 +0000
committerLeonardo Arena <rnalrd@gmail.com>2009-06-12 07:45:43 +0000
commit677da1ede1064f3aefa237ea9f6f4e5f883a1bed (patch)
tree271ef60b041d7fae5ef99089d196ad66082c579d /testing
parent96c213f490f3c54abe3d14e7866612e904b0ead4 (diff)
downloadaports-677da1ede1064f3aefa237ea9f6f4e5f883a1bed.tar.bz2
aports-677da1ede1064f3aefa237ea9f6f4e5f883a1bed.tar.xz
extra/perl-mail-dkim: moved to extra
Diffstat (limited to 'testing')
-rw-r--r--testing/perl-mail-dkim/APKBUILD26
1 files changed, 0 insertions, 26 deletions
diff --git a/testing/perl-mail-dkim/APKBUILD b/testing/perl-mail-dkim/APKBUILD
deleted file mode 100644
index 7fc9d69e..00000000
--- a/testing/perl-mail-dkim/APKBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# Contributor: Leonardo Arena <rnalrd@gmail.com>
-# Maintainer: Leonardo Arena <rnalrd@gmail.com>
-pkgname=perl-mail-dkim
-_realname=Mail-DKIM
-pkgver=0.36
-pkgrel=0
-pkgdesc="Signs/verifies Internet mail with DKIM/DomainKey signatures"
-url="http://search.cpan.org/~jaslong/Mail-DKIM-0.36/"
-license="unknown"
-depends="perl perl-net-dns perl-net-ip perl-mail-tools perl-crypt-openssl-rsa"
-makedepends="perl-dev"
-install=
-subpackages="$pkgname-doc"
-source="http://search.cpan.org/CPAN/authors/id/J/JA/JASLONG/$_realname-$pkgver.tar.gz"
-
-build() {
- cd "$srcdir/$_realname-$pkgver"
-
- PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
- make || return 1
- make DESTDIR="$pkgdir" install
- # creates file collision among perl modules
- rm $pkgdir/usr/lib/perl5/5.10.0/i686-linux/perllocal.pod
-}
-
-md5sums="b6681a7b3cc21c0976205d4ad616455d Mail-DKIM-0.36.tar.gz"