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

updated frogatto (1.3.1 -> 1.3.3)
author Hans-G?nter Theisgen
date Fri Dec 06 17:30:20 2019 +0100 (2019-12-06)
parents 4e6503d7a19f
children
line source
1 # SliTaz package receipt v2.
3 ORIGIN="Crypt-SSLeay"
4 PACKAGE="perl-crypt-ssleay"
5 VERSION="0.72"
6 AUTHOR="NANIS"
7 CATEGORY="perl"
8 SHORT_DESC="Crypt::SSLeay - OpenSSL support for LWP"
9 MAINTAINER="pascal.bellard@slitaz.org"
10 LICENSE="GPL"
11 WEB_SITE="https://metacpan.org/release/$ORIGIN"
12 REPOLOGY="${PACKAGE/-/:}"
14 TARBALL="$ORIGIN-$VERSION.tar.gz"
15 WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL"
17 DEPENDS_std="perl openssl perl-lwp-protocol-https"
18 BUILD_DEPENDS="$DEPENDS_std perl-dev openssl-dev perl-path-class \
19 perl-io-interactive-tiny"
21 compile_rules() {
22 sed -i 's|inc::||' Makefile.PL
24 cook_perl
25 }