wok view perl-datetime-format-mail/receipt @ rev 21220

Up collectd-bind (5.8.1), foomatic-db-engine (4.0.13), freeimage (3.1.8.0), perl-datetime-format-mail (0.403)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 10 13:37:55 2019 +0200 (2019-04-10)
parents 20661c276bcf
children ca4a422cce07
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-datetime-format-mail"
4 VERSION="0.403"
5 CATEGORY="development"
6 SHORT_DESC="DateTime::Format::Mail module is a Perl extension."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 SOURCE="DateTime-Format-Mail"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="http://cpan.org/"
12 WGET_URL="https://cpan.metacpan.org/authors/id/B/BO/BOOK/$TARBALL"
14 DEPENDS="perl"
15 BUILD_DEPENDS="perl-datetime perl-params-validate"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 perl Makefile.PL &&
21 make &&
22 make DESTDIR=$DESTDIR install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr
29 cp -a $install/usr/lib $fs/usr
30 }