15 lines
542 B
Bash
15 lines
542 B
Bash
# Template build file for 'perl-Net-DNS'.
|
|
pkgname=perl-Net-DNS
|
|
version=1.02
|
|
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=9473c322b036592663bb20383e85190a682d142688b162efc975a61bcc7534f2
|