aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@gmail.com>2009-06-12 07:45:42 +0000
committerLeonardo Arena <rnalrd@gmail.com>2009-06-12 07:45:42 +0000
commitb670743916cc851a22bd7da88138eed202e4cc57 (patch)
tree7deaa5d3a5b7c450512e4598d16bb31d79450f51 /testing
parent413a033be428329bf45ebe1724dbace92b607d00 (diff)
downloadaports-b670743916cc851a22bd7da88138eed202e4cc57.tar.bz2
aports-b670743916cc851a22bd7da88138eed202e4cc57.tar.xz
extra/perl-convert-binhex: moved to extra
Diffstat (limited to 'testing')
-rw-r--r--testing/perl-convert-binhex/APKBUILD26
1 files changed, 0 insertions, 26 deletions
diff --git a/testing/perl-convert-binhex/APKBUILD b/testing/perl-convert-binhex/APKBUILD
deleted file mode 100644
index e0cc0b30d1..0000000000
--- a/testing/perl-convert-binhex/APKBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# Contributor: Leonardo Arena <rnalrd@gmail.com>
-# Maintainer: Leonardo Arena <rnalrd@gmail.com>
-pkgname=perl-convert-binhex
-_realname=Convert-BinHex
-pkgver=1.119
-pkgrel=0
-pkgdesc="Extract data from Macintosh BinHex files"
-url="http://search.cpan.org/~eryq/Convert-BinHex-1.119/"
-license="Unknown"
-depends="perl"
-makedepends="perl-dev"
-install=
-subpackages="$pkgname-doc"
-source="http://search.cpan.org/CPAN/authors/id/E/ER/ERYQ/$_realname-$pkgver.tar.gz"
-
-build() {
- cd "$srcdir/$_realname-$pkgver"
-
- PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
- make || return 1
- make DESTDIR="$pkgdir" install
- # creates file collision among perl modules
- rm $pkgdir/usr/lib/perl5/5.10.0/i686-linux/perllocal.pod
-}
-
-md5sums="ba70ad1772abac6270078f28197a7961 Convert-BinHex-1.119.tar.gz"