mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
perl-Net-DNS: make noarch
This commit is contained in:
parent
e0a6d85f9c
commit
110370852e
1 changed files with 6 additions and 5 deletions
|
@ -1,15 +1,16 @@
|
||||||
# Template build file for 'perl-Net-DNS'.
|
# Template file for 'perl-Net-DNS'
|
||||||
pkgname=perl-Net-DNS
|
pkgname=perl-Net-DNS
|
||||||
version=1.15
|
version=1.15
|
||||||
revision=1
|
revision=2
|
||||||
|
noarch=yes
|
||||||
wrksrc="${pkgname/perl-/}-${version}"
|
wrksrc="${pkgname/perl-/}-${version}"
|
||||||
build_style=perl-module
|
build_style=perl-module
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
makedepends="${hostmakedepends}"
|
makedepends="$hostmakedepends"
|
||||||
depends="${makedepends}"
|
depends="$makedepends"
|
||||||
short_desc="Net::DNS - Perl Interface to the Domain Name System"
|
short_desc="Net::DNS - Perl Interface to the Domain Name System"
|
||||||
homepage="https://metacpan.org/pod/Net::DNS"
|
homepage="https://metacpan.org/pod/Net::DNS"
|
||||||
license="Artistic, GPL-1"
|
license="Artistic-1.0-Perl, GPL-1.0-or-later"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
distfiles="${CPAN_SITE}/Net/Net-DNS-${version}.tar.gz"
|
distfiles="${CPAN_SITE}/Net/Net-DNS-${version}.tar.gz"
|
||||||
checksum=1ad46ba6438b846a94b4f50d53ecfda55f504a17e11b94effb087ff9329e61d0
|
checksum=1ad46ba6438b846a94b4f50d53ecfda55f504a17e11b94effb087ff9329e61d0
|
||||||
|
|
Loading…
Add table
Reference in a new issue