summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorJeff Bilyk <jbilyk@gmail.com>2011-04-07 20:03:48 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2011-04-07 23:57:18 +0000
commit9736eef540cde39245f77e402e6654922b29bef7 (patch)
tree42f8a7c4c5ec577ba67b42bbff2dbf8eb983f569 /testing
parentfae7ec3cb9b06877af931fbbf051cbcf2881cdff (diff)
downloadaports-9736eef540cde39245f77e402e6654922b29bef7.tar.bz2
aports-9736eef540cde39245f77e402e6654922b29bef7.tar.xz
main/perl-test-mockobject: moved from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/perl-test-mockobject/APKBUILD33
1 files changed, 0 insertions, 33 deletions
diff --git a/testing/perl-test-mockobject/APKBUILD b/testing/perl-test-mockobject/APKBUILD
deleted file mode 100644
index 1654150cb..000000000
--- a/testing/perl-test-mockobject/APKBUILD
+++ /dev/null
@@ -1,33 +0,0 @@
-# Contributor: Jeff Bilyk <jbilyk@gmail.com>
-# Maintainer: Leonardo Arena <rnalrd@gmail.com>
-pkgname=perl-test-mockobject
-_realname=Test-MockObject
-pkgver=1.09
-pkgrel=1
-pkgdesc="Perl Mock part of an object or class"
-url="http://search.cpan.org/~chromatic/"
-arch="noarch"
-license="GPL PerlArtistic"
-depends="perl"
-makedepends="perl-dev"
-install=
-subpackages=""
-source="http://search.cpan.org/CPAN/authors/id/C/CH/CHROMATIC/$_realname-$pkgver.tar.gz"
-
-_builddir="$srcdir/$_realname-$pkgver"
-
-build() {
- cd $_builddir
- PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
- make || return 1
-}
-
-package() {
- cd $_builddir
- make DESTDIR="$pkgdir" install
- # creates file collision among perl modules
- find "$pkgdir" -name perllocal.pod -delete
-
-}
-
-md5sums="3c9c2842d40fa8c389563c227804d7d8 Test-MockObject-1.09.tar.gz"