1 # Maintainer: Cedric Girard <girard.cedric@gmail.com>
7 pkgdesc="XS implementation of Net::IP"
9 url="http://search.cpan.org/~$_author/$_perlmod-$pkgver/"
10 license=('GPL' 'PerlArtistic')
11 depends=('perl>=5.10.0' 'gmp' 'perl-tie-hash-sorted' 'perl-tie-simple' 'perl-math-bigint' 'perl-ip-country')
13 source=(http://cpan.perl.org/modules/by-authors/id/T/TO/$_author/$_perlmod-$pkgver.tar.gz)
14 md5sums=('cfcbc1fd40e18de64a0c05df5ea37cc4')
17 cd "$srcdir/$_perlmod-$pkgver"
19 # Install module in vendor directories.
20 PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
26 cd "$srcdir/$_perlmod-$pkgver"
27 make install DESTDIR="$pkgdir/"
31 # vim:set ts=2 sw=2 et: