21 lines
642 B
Bash
21 lines
642 B
Bash
# Template build file for 'perl-NetAddr-IP'.
|
|
pkgname=perl-NetAddr-IP
|
|
version=4.079
|
|
revision=4
|
|
wrksrc="${pkgname/perl-/}-${version}"
|
|
build_style=perl-module
|
|
hostmakedepends="perl"
|
|
makedepends="${hostmakedepends}"
|
|
depends="${makedepends}"
|
|
short_desc="NetAddr::IP - Manages IPv4 and IPv6 addresses and subnets"
|
|
homepage="https://metacpan.org/pod/NetAddr::IP"
|
|
license="Artistic, GPL-1"
|
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
|
distfiles="${CPAN_SITE}/NetAddr/NetAddr-IP-${version}.tar.gz"
|
|
checksum=ec5a82dfb7028bcd28bb3d569f95d87dd4166cc19867f2184ed3a59f6d6ca0e7
|
|
|
|
post_configure() {
|
|
touch Lite/Util/config.h
|
|
touch Lite/Util/localperl.h
|
|
}
|