# Automatically generated by apkbuild-cpan, template 1 # Contributor: Leonardo Arena # Maintainer: Leonardo Arena pkgname=perl-datetime-format-natural _pkgreal=DateTime-Format-Natural pkgver=1.07 pkgrel=0 pkgdesc="Create machine readable date/time with natural parsing logic" url="http://search.cpan.org/dist/DateTime-Format-Natural/" arch="noarch" license="GPL PerlArtistic" cpandepends="perl-datetime-timezone perl-clone perl-params-validate perl-list-moreutils perl-datetime perl-boolean" cpanmakedepends="perl-module-util perl-test-mocktime perl-date-calc perl-mro-compat perl-role-tiny" depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" source="http://search.cpan.org/CPAN/authors/id/S/SC/SCHUBIGER/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" build() { cd "$builddir" export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'` PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor make } check() { cd "$builddir" export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'` make test } package() { cd "$builddir" make DESTDIR="$pkgdir" install find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } sha512sums="f355c1c30fd70f5530e395624466068f6efb0dd69825fb34e660a9317766e2c2a67b3d8b2e39d68562c58be9fe9a78cb737bd21485023935e7bcaec57c4d23e8 DateTime-Format-Natural-1.07.tar.gz"