wok-next view perl-mime-base64/receipt @ rev 21153

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 31 16:45:41 2019 +0200 (2019-01-31)
parents
children
line source
1 # SliTaz package receipt v2.
3 ORIGIN="MIME-Base64"
4 PACKAGE="perl-mime-base64"
5 VERSION="3.15"
6 AUTHOR="GAAS"
7 CATEGORY="perl"
8 SHORT_DESC="MIME::Base64 - Encoding and decoding of base64 strings"
9 MAINTAINER="pascal.bellard@slitaz.org"
10 LICENSE="Perl"
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"
16 TARBALL_SHA1="07dd64adbec0e8952954664cbf8fa6b20915f95c"
18 DEPENDS="perl"
19 BUILD_DEPENDS="$DEPENDS perl-dev"
21 compile_rules() {
22 cook_perl
23 }