wok-next annotate perl-rfc-rfc822-address/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents 4e6503d7a19f
children f17e1f86f546
rev   line source
pascal@5970 1 # SliTaz package receipt.
pascal@5970 2
pascal@5970 3 PACKAGE="perl-rfc-rfc822-address"
pascal@5970 4 VERSION="2009110702"
al@19770 5 CATEGORY="perl"
al@19770 6 SHORT_DESC="RFC::RFC822::Address - RFC 822 style address validation"
pascal@5970 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14702 8 LICENSE="GPL"
al@19770 9 WEB_SITE="https://metacpan.org/release/RFC-RFC822-Address"
al@20884 10 REPOLOGY="perl:rfc-rfc822-address"
al@19770 11
al@19770 12 TARBALL="RFC-RFC822-Address-$VERSION.tar.gz"
al@19770 13 WGET_URL="https://cpan.metacpan.org/authors/id/A/AB/ABIGAIL/$TARBALL"
al@19770 14
al@21020 15 BUILD_DEPENDS="perl-parse-recdescent"
pascal@5970 16
al@21020 17 compile_rules() {
pascal@5970 18 perl Makefile.PL &&
al@21020 19 make &&
al@21020 20 make DESTDIR=$install install &&
al@19770 21
al@19770 22 chmod -R u+w $install
pascal@5970 23 }
pascal@5970 24
al@21020 25 genpkg_rules() {
al@19770 26 copy @std
al@21020 27 DEPENDS="perl-parse-recdescent"
pascal@5970 28 }