aboutsummaryrefslogtreecommitdiffstats
path: root/community/perl-date-manip
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-03 02:07:33 -0300
committerNatanael Copa <ncopa@alpinelinux.org>2019-06-05 08:22:26 +0000
commitf8f0722a166047d0dba2dd7e3624d4fca56c3e8a (patch)
tree9bc60e1c13540cdc7f13894a0a6e3d15926e97d5 /community/perl-date-manip
parentb9273f6e47d9f11dd716b0e5582d2db087b6ec99 (diff)
downloadaports-f8f0722a166047d0dba2dd7e3624d4fca56c3e8a.tar.bz2
aports-f8f0722a166047d0dba2dd7e3624d4fca56c3e8a.tar.xz
community/perl-date-manip: rebuild
Diffstat (limited to 'community/perl-date-manip')
-rw-r--r--community/perl-date-manip/APKBUILD6
1 files changed, 1 insertions, 5 deletions
diff --git a/community/perl-date-manip/APKBUILD b/community/perl-date-manip/APKBUILD
index 5d3b940b73..6f1916dbaf 100644
--- a/community/perl-date-manip/APKBUILD
+++ b/community/perl-date-manip/APKBUILD
@@ -3,7 +3,7 @@
pkgname=perl-date-manip
_pkgreal=Date-Manip
pkgver=6.76
-pkgrel=0
+pkgrel=1
pkgdesc="Date manipulation routines"
url="http://search.cpan.org/dist/Date-Manip/"
arch="noarch"
@@ -18,22 +18,18 @@ source="http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/$_pkgreal-$pkgver.tar.
builddir="$srcdir/$_pkgreal-$pkgver"
prepare() {
- cd "$builddir"
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
}
build() {
- cd "$builddir"
make
}
check() {
- cd "$builddir"
make test
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" pure_install
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}