16 lines
542 B
Bash
16 lines
542 B
Bash
# Template build file for 'perl-Net-DNS'.
|
|
pkgname=perl-Net-DNS
|
|
version=1.14
|
|
revision=1
|
|
wrksrc="${pkgname/perl-/}-${version}"
|
|
build_style=perl-module
|
|
hostmakedepends="perl"
|
|
makedepends="${hostmakedepends}"
|
|
depends="${makedepends}"
|
|
short_desc="Net::DNS - Perl Interface to the Domain Name System"
|
|
homepage="https://metacpan.org/pod/Net::DNS"
|
|
license="Artistic, GPL-1"
|
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
|
distfiles="${CPAN_SITE}/Net/Net-DNS-${version}.tar.gz"
|
|
checksum=83c38a594eeb2c85d66e60047a0f5b403f34bd92a5d13606f02e828d450299fc
|