wok-next view perl-crypt-ssleay/receipt @ rev 20715

Up nsd (4.1.21)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 13:10:46 2018 +0300 (2018-05-27)
parents bc6672455954
children 4e6503d7a19f
line source
1 # SliTaz package receipt v2.
3 PACKAGE="perl-crypt-ssleay"
4 VERSION="0.72"
5 CATEGORY="perl"
6 SHORT_DESC="Crypt::SSLeay - OpenSSL support for LWP"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL"
9 WEB_SITE="https://metacpan.org/release/Crypt-SSLeay"
11 TARBALL="Crypt-SSLeay-$VERSION.tar.gz"
12 WGET_URL="https://cpan.metacpan.org/authors/id/N/NA/NANIS/$TARBALL"
14 BUILD_DEPENDS="perl-lwp-protocol-https perl-dev openssl-dev perl-path-class \
15 perl-io-interactive-tiny"
17 compile_rules() {
18 sed -i 's|inc::||' Makefile.PL
20 perl Makefile.PL &&
21 make &&
22 make DESTDIR=$install install &&
24 chmod -R u+w $install
25 }
27 genpkg_rules() {
28 copy @std
29 DEPENDS="perl openssl perl-lwp-protocol-https"
30 }