wok-next annotate 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
rev   line source
al@20501 1 # SliTaz package receipt v2.
pascal@11256 2
al@21068 3 ORIGIN="Crypt-SSLeay"
pascal@11256 4 PACKAGE="perl-crypt-ssleay"
al@19770 5 VERSION="0.72"
al@21068 6 AUTHOR="NANIS"
al@19770 7 CATEGORY="perl"
al@19770 8 SHORT_DESC="Crypt::SSLeay - OpenSSL support for LWP"
pascal@11256 9 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14702 10 LICENSE="GPL"
al@21068 11 WEB_SITE="https://metacpan.org/release/$ORIGIN"
al@21068 12 REPOLOGY="${PACKAGE/-/:}"
pascal@11256 13
al@21068 14 TARBALL="$ORIGIN-$VERSION.tar.gz"
al@21068 15 WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL"
al@19770 16
al@21068 17 DEPENDS_std="perl openssl perl-lwp-protocol-https"
al@21068 18 BUILD_DEPENDS="$DEPENDS_std perl-dev openssl-dev perl-path-class \
al@20501 19 perl-io-interactive-tiny"
pascal@11256 20
al@20501 21 compile_rules() {
al@20501 22 sed -i 's|inc::||' Makefile.PL
al@20501 23
al@21068 24 cook_perl
pascal@11256 25 }