wok-next annotate perl-perl-ldap/receipt @ rev 21427

updated qt4 (4.8.6 -> 4.8.7)
author Hans-G?nter Theisgen
date Tue May 05 08:11:24 2020 +0100 (2020-05-05)
parents d5aab818505e
children
rev   line source
al@20501 1 # SliTaz package receipt v2.
al@19709 2
al@21068 3 ORIGIN="perl-ldap"
al@19709 4 PACKAGE="perl-perl-ldap"
al@19709 5 VERSION="0.65"
al@21068 6 AUTHOR="MARSCHAP"
al@19709 7 CATEGORY="perl"
al@19709 8 SHORT_DESC="LDAP client library"
al@19709 9 MAINTAINER="pascal.bellard@slitaz.org"
al@19709 10 LICENSE="GPL"
al@21068 11 WEB_SITE="https://metacpan.org/release/$ORIGIN"
al@21068 12 HOST_ARCH="any"
al@21068 13 REPOLOGY="${PACKAGE/-/:}"
al@19709 14
al@21068 15 TARBALL="$ORIGIN-$VERSION.tar.gz"
al@21068 16 WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL"
al@19709 17
al@21068 18 DEPENDS_std="perl-convert-asn1 perl-text-soundex perl-io-socket-inet6 \
al@19709 19 perl-io-socket-ssl perl-authen-sasl perl-digest-hmac perl-gssapi perl-uri \
al@19709 20 perl-xml-sax-writer perl-xml-sax-base perl-libwww-perl perl-lwp-mediatypes \
al@21068 21 perl-http-negotiate perl-http-message perl-json"
al@21068 22 BUILD_DEPENDS="$DEPENDS_std perl-module-install"
al@19709 23
al@20501 24 compile_rules() {
al@21068 25 cook_perl
al@19709 26 }