wok-next view perl-net-dns/receipt @ rev 21026

Tiny updates (Perl modules)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Nov 03 04:30:58 2018 +0200 (2018-11-03)
parents d5aab818505e
children f17e1f86f546
line source
1 # SliTaz package receipt v2.
3 PACKAGE="perl-net-dns"
4 VERSION="1.18"
5 CATEGORY="perl"
6 SHORT_DESC="Net::DNS - Perl Interface to the Domain Name System"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL"
9 WEB_SITE="https://metacpan.org/release/Net-DNS"
10 HOST_ARCH="any"
11 REPOLOGY="perl:net-dns"
13 TARBALL="Net-DNS-$VERSION.tar.gz"
14 WGET_URL="https://cpan.metacpan.org/authors/id/N/NL/NLNETLABS/$TARBALL"
16 BUILD_DEPENDS="perl-digest-hmac"
18 compile_rules() {
19 perl Makefile.PL &&
20 make &&
21 make DESTDIR=$install install &&
23 chmod -R u+w $install
24 }
26 genpkg_rules() {
27 copy @std
28 DEPENDS="perl-digest-hmac"
29 }