wok-next annotate perl-net-dns/receipt @ rev 20955

Update Perl packages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Sep 03 10:09:42 2018 +0300 (2018-09-03)
parents 4e6503d7a19f
children d5aab818505e
rev   line source
al@20955 1 # SliTaz package receipt v2.
erjo@2647 2
erjo@2647 3 PACKAGE="perl-net-dns"
al@20955 4 VERSION="1.17"
al@19709 5 CATEGORY="perl"
al@19709 6 SHORT_DESC="Net::DNS - Perl Interface to the Domain Name System"
erjo@2647 7 MAINTAINER="erjo@slitaz.org"
pascal@14702 8 LICENSE="GPL"
al@19709 9 WEB_SITE="https://metacpan.org/release/Net-DNS"
al@20884 10 REPOLOGY="perl:net-dns"
erjo@2647 11
al@19709 12 TARBALL="Net-DNS-$VERSION.tar.gz"
al@19709 13 WGET_URL="https://cpan.metacpan.org/authors/id/N/NL/NLNETLABS/$TARBALL"
al@19709 14
al@20955 15 BUILD_DEPENDS="perl-digest-hmac"
erjo@2657 16
al@20955 17 compile_rules() {
al@19709 18 perl Makefile.PL &&
al@20955 19 make &&
al@20955 20 make DESTDIR=$install install &&
al@19709 21
al@19709 22 chmod -R u+w $install
erjo@2647 23 }
erjo@2647 24
al@20955 25 genpkg_rules() {
al@19709 26 copy @std
al@20955 27 DEPENDS="perl-digest-hmac"
erjo@2647 28 }