Skip to content
Snippets Groups Projects
Commit bb612b4f authored by Leonardo Arena's avatar Leonardo Arena
Browse files

testing/perl-mail-dkim: net-ip added as dep, fix rm file collision path

parent 6ec29b44
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ 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"
depends="perl perl-net-dns perl-net-ip perl-mail-tools"
makedepends="perl-dev"
install=
subpackages="$pkgname-doc"
......@@ -20,7 +20,7 @@ build() {
make || return 1
make DESTDIR="$pkgdir" install
# creates file collision among perl modules
rm $pkgdir/usr/lib/perl5/5.10.0/x86_64-linux/perllocal.pod
rm $pkgdir/usr/lib/perl5/5.10.0/i686-linux/perllocal.pod
}
md5sums="b6681a7b3cc21c0976205d4ad616455d Mail-DKIM-0.36.tar.gz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment