# Contributor: Leonardo Arena # Maintainer: Leonardo Arena pkgname=perl-net-dns _realname=Net-DNS pkgver=0.72 pkgrel=0 pkgdesc="Perl interface to the DNS resolver" url="http://www.net-dns.org/" arch="all" license="GPL+ or Artistic" depends="perl" makedepends="perl-dev" install="" subpackages="$pkgname-doc" source="http://www.cpan.org/authors/id/N/NL/NLNETLABS/${_realname}-$pkgver.tar.gz" source="http://search.cpan.org/CPAN/authors/id/N/NL/NLNETLABS/$_realname-$pkgver.tar.gz" _builddir="$srcdir/$_realname-$pkgver" build() { cd "$_builddir" PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1 make || return 1 } package() { cd "$_builddir" make DESTDIR="$pkgdir" install # creates file collision among perl modules find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } md5sums="393e48ec6f28abe5ed30204276e02775 Net-DNS-0.72.tar.gz"