diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-26 10:15:00 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-26 10:15:00 +0000 |
commit | dfbf35a07a97c8300a26e66910fe92b7accfba09 (patch) | |
tree | bfeac94e2208d2342a7e8e8b7c8ca6c40fbecd4f /community/perl-object-insideout | |
parent | cde7cd14eb50b77ce917bc801656487e2aff9022 (diff) | |
download | aports-dfbf35a07a97c8300a26e66910fe92b7accfba09.tar.bz2 aports-dfbf35a07a97c8300a26e66910fe92b7accfba09.tar.xz |
community/perl-object-insideout: upgrade to 4.02, moved from testing
Diffstat (limited to 'community/perl-object-insideout')
-rw-r--r-- | community/perl-object-insideout/APKBUILD | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/community/perl-object-insideout/APKBUILD b/community/perl-object-insideout/APKBUILD new file mode 100644 index 0000000000..07b4f03497 --- /dev/null +++ b/community/perl-object-insideout/APKBUILD @@ -0,0 +1,39 @@ +# Automatically generated by apkbuild-cpan, template 1 +# Contributor: Kiyoshi Aman <kiyoshi.aman@gmail.com> +# Maintainer: Kiyoshi Aman <kiyoshi.aman@gmail.com> +pkgname=perl-object-insideout +_pkgreal=Object-InsideOut +pkgver=4.02 +pkgrel=0 +pkgdesc="Comprehensive inside-out object support module" +url="http://search.cpan.org/dist/Object-InsideOut/" +arch="noarch" +license="GPL PerlArtistic" +cpandepends="perl-exception-class perl-module-build" +cpanmakedepends="" +depends="$cpandepends" +makedepends="perl-dev $cpanmakedepends" +subpackages="$pkgname-doc" +source="http://search.cpan.org/CPAN/authors/id/J/JD/JDHEDDEN/$_pkgreal-$pkgver.tar.gz" + +_builddir="$srcdir/$_pkgreal-$pkgver" + +prepare() { + cd "$_builddir" + perl Build.PL installdirs=vendor || return 1 +} + +build() { + cd "$_builddir" + ./Build && ./Build test +} + +package() { + cd "$_builddir" + ./Build install destdir="$pkgdir" || return 1 + find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete +} + +md5sums="aca3e8b0b15423d22ddfc95868ba5d00 Object-InsideOut-4.02.tar.gz" +sha256sums="e38a2435325d00427977b2fb89b54e61aedcf56f49a0236473ca995967b713ec Object-InsideOut-4.02.tar.gz" +sha512sums="a89be17e0c765e3f0386eba2b945e7923fbf420ee492b1fdc32391dd4a183b21c1aae66998b9b8303b466bb82e54fa5d1518b085730a63f363e4062777d1a9c4 Object-InsideOut-4.02.tar.gz" |