summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@gmail.com>2009-06-12 07:45:44 +0000
committerLeonardo Arena <rnalrd@gmail.com>2009-06-12 07:45:44 +0000
commit4781150a719fa14ba4ae2bb6153bdc65901a4c75 (patch)
tree0f489644533bd9f5059c70b95dc718c3d37bb8ec /testing
parent677da1ede1064f3aefa237ea9f6f4e5f883a1bed (diff)
downloadaports-4781150a719fa14ba4ae2bb6153bdc65901a4c75.tar.bz2
aports-4781150a719fa14ba4ae2bb6153bdc65901a4c75.tar.xz
extra/perl-mail-domainkeys: moved to extra
Diffstat (limited to 'testing')
-rw-r--r--testing/perl-mail-domainkeys/APKBUILD26
1 files changed, 0 insertions, 26 deletions
diff --git a/testing/perl-mail-domainkeys/APKBUILD b/testing/perl-mail-domainkeys/APKBUILD
deleted file mode 100644
index be3f83df..00000000
--- a/testing/perl-mail-domainkeys/APKBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# Contributor: Leonardo Arena <rnalrd@gmail.com>
-# Maintainer: Leonardo Arena <rnalrd@gmail.com>
-pkgname=perl-mail-domainkeys
-_realname=Mail-DomainKeys
-pkgver=1.0
-pkgrel=0
-pkgdesc="A perl implementation of DomainKeys"
-url="http://search.cpan.org/~anthonyu/Mail-DomainKeys-1.0/"
-license="Unknown"
-depends="perl"
-makedepends="perl-dev"
-install=
-subpackages="$pkgname-doc"
-source="http://search.cpan.org/CPAN/authors/id/A/AN/ANTHONYU/$_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="a4565f21ada263cf34c55f50d7eb9944 Mail-DomainKeys-1.0.tar.gz"