testing/perl-modern-perl: new aport

This commit is contained in:
Kiyoshi Aman 2011-07-22 07:56:03 -04:00
parent b5d2dbf168
commit 7ef7ebfa54

View File

@ -0,0 +1,38 @@
# Automatically generated by apkbuild-cpan, template 1
# Contributor: Kiyoshi Aman <kiyoshi.aman@gmail.com>
# Maintainer: Kiyoshi Aman <kiyoshi.aman@gmail.com>
pkgname=perl-modern-perl
_pkgreal=Modern-Perl
pkgver=1.03
pkgrel=0
pkgdesc="enable all of the features of Modern Perl with one command"
url="http://search.cpan.org/dist/Modern-Perl/"
arch="noarch"
license="GPL PerlArtistic"
cpandepends=""
cpanmakedepends=""
depends="$cpandepends"
makedepends="perl-dev $cpanmakedepends"
subpackages="$pkgname-doc"
source="http://search.cpan.org/CPAN/authors/id/C/CH/CHROMATIC/$_pkgreal-$pkgver.tar.gz"
_builddir="$srcdir/$_pkgreal-$pkgver"
prepare() {
cd "$_builddir"
perl Build.PL installdirs=vendor || return 1
}
build() {
cd "$_builddir"
export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'`
./Build && ./Build test
}
package() {
cd "$_builddir"
./Build install destdir="$pkgdir" || return 1
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}
md5sums="1338c29f86b109280f8c723ece49299e Modern-Perl-1.03.tar.gz"