aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-02-12 10:40:09 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-02-12 10:40:09 +0000
commitec35bbd33549a6d71640b9b9e77d1a9142e8fbd8 (patch)
tree3f582cb7dd8afdc6d6220d8047cafe5da69da515 /testing
parente5b4ccd4a61ace435d2a4aebaa0771114f665dd9 (diff)
downloadaports-ec35bbd33549a6d71640b9b9e77d1a9142e8fbd8.tar.bz2
aports-ec35bbd33549a6d71640b9b9e77d1a9142e8fbd8.tar.xz
main/perl-net-async-http: moved to main
Diffstat (limited to 'testing')
-rw-r--r--testing/perl-net-async-http/APKBUILD39
1 files changed, 0 insertions, 39 deletions
diff --git a/testing/perl-net-async-http/APKBUILD b/testing/perl-net-async-http/APKBUILD
deleted file mode 100644
index 0b4c79fac1..0000000000
--- a/testing/perl-net-async-http/APKBUILD
+++ /dev/null
@@ -1,39 +0,0 @@
-# Automatically generated by apkbuild-cpan, template 1
-# Contributor: Kiyoshi Aman <kiyoshi.aman@gmail.com>
-# Maintainer: Kiyoshi Aman <kiyoshi.aman@gmail.com>
-pkgname=perl-net-async-http
-_pkgreal=Net-Async-HTTP
-pkgver=0.15
-pkgrel=0
-pkgdesc="use HTTP with C<IO::Async>"
-url="http://search.cpan.org/dist/Net-Async-HTTP/"
-arch="noarch"
-license="GPL PerlArtistic"
-cpandepends="perl-uri perl-http-message perl-io-async"
-cpanmakedepends="perl-http-cookies perl-test-identity perl-io-async "
-depends="$cpandepends"
-makedepends="perl-dev $cpanmakedepends"
-subpackages="$pkgname-doc"
-source="http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/$_pkgreal-$pkgver.tar.gz"
-
-_builddir="$srcdir/$_pkgreal-$pkgver"
-
-prepare() {
- cd "$_builddir"
- export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'`
- 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="b0298e8ecf8d74a69281c57d17631225 Net-Async-HTTP-0.15.tar.gz"