1 # Maintainer: Felix Yan <felixonmars@gmail.com>
2 # Contributor: Kevin Piche <kevin@archlinux.org>
8 pkgdesc="Perl Module: Easy manipulation of IPv4 and IPv6 addresses"
10 license=('PerlArtistic')
11 url="https://search.cpan.org/dist/Net-IP/"
14 source=("https://www.cpan.org/authors/id/M/MA/MANU/Net-IP-$pkgver.tar.gz")
15 sha256sums=('040f16f3066647d761b724a3b70754d28cbd1e6fe5ea01c63ed1cd857117d639')
19 PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
30 make install DESTDIR="$pkgdir"