p5-datetime-locale: initial commit, version 1.22

This commit is contained in:
Tim Biermann 2019-08-31 10:40:07 +00:00
parent b30f1414c8
commit 86114d1002
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 2253 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3xWVyMmAUSCgsPqEHgk+h3kTCUHNwdKvcADKKKaNfm/SkF3v76qfrFRIf1GdgxyyDYStQGQgqF8pSusnlw0IuAk=
SHA256 (Pkgfile) = 46da76af4115a299e2f42ea7a695437482543c1c6026890a54467a59127dac82
SHA256 (.footprint) = 9f6f68188514b5b50cd8939a65fedf7838319cda196ec9c6559168362df33c6b
SHA256 (DateTime-Locale-1.22.tar.gz) = 757b3915c6b2aac89462c52fed36543f27dfb66abc98c895523d2ab95da65f94

View File

@ -0,0 +1,20 @@
# Description: Localization support for DateTime.pm
# URL: https://cpan.metacpan.org/dist/DateTime-Locale
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: p5-file-sharedir p5-file-sharedir-install p5-list-moreutils p5-params-validate
name=p5-datetime-locale
version=1.22
release=1
source=(https://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-Locale-$version.tar.gz)
build() {
cd DateTime-Locale-$version
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
make
make install DESTDIR=$PKG
find $PKG -name .packlist -o \
-name perllocal.pod -o \
-name README -o \
-name '*.bs' | xargs rm
}