wok-next view perl-perl-ldap/receipt @ rev 21019

tor update: 0.3.3.7 -> 0.3.3.10
author Erkan Yilmaz <erkan@slitaz.org>
date Sun Oct 28 14:13:49 2018 +0000 (2018-10-28)
parents 4e6503d7a19f
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="perl-perl-ldap"
4 VERSION="0.65"
5 CATEGORY="perl"
6 SHORT_DESC="LDAP client library"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL"
9 WEB_SITE="https://metacpan.org/release/perl-ldap"
10 REPOLOGY="perl:perl-ldap"
12 TARBALL="perl-ldap-$VERSION.tar.gz"
13 WGET_URL="https://cpan.metacpan.org/authors/id/M/MA/MARSCHAP/$TARBALL"
15 DEPENDS="perl-convert-asn1 perl-text-soundex perl-io-socket-inet6 \
16 perl-io-socket-ssl perl-authen-sasl perl-digest-hmac perl-gssapi perl-uri \
17 perl-xml-sax-writer perl-xml-sax-base perl-libwww-perl perl-lwp-mediatypes \
18 perl-http-negotiate perl-http-message perl-json"
19 BUILD_DEPENDS="$DEPENDS perl-module-install"
21 compile_rules() {
22 # avoid interactive questions
23 PERL_MM_USE_DEFAULT=1 \
24 perl Makefile.PL &&
25 make && make DESTDIR=$install install &&
27 chmod -R u+w $install
28 }
30 genpkg_rules() {
31 copy @std
32 }