aboutsummaryrefslogtreecommitdiffstats
path: root/main/perl-mime-base64
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2011-06-02 18:17:36 +0300
committerTimo Teräs <timo.teras@iki.fi>2011-06-02 18:17:36 +0300
commita204a8d26df7c3d48db5324b26d538b2d43e3bf4 (patch)
tree4a7e09e58343c0bfaa340e9622a74005e430ce80 /main/perl-mime-base64
parentef196e99602e8d697b6356e6becec293099a3c0e (diff)
downloadaports-a204a8d26df7c3d48db5324b26d538b2d43e3bf4.tar.bz2
aports-a204a8d26df7c3d48db5324b26d538b2d43e3bf4.tar.xz
main/perl-mime-base64: delete accidentally generated cpan
This is part of perl core, and it got pulled in accidentally when apkbuild-cpan did not recognize the core modules properly. It's not really needed here.
Diffstat (limited to 'main/perl-mime-base64')
-rw-r--r--main/perl-mime-base64/APKBUILD37
1 files changed, 0 insertions, 37 deletions
diff --git a/main/perl-mime-base64/APKBUILD b/main/perl-mime-base64/APKBUILD
deleted file mode 100644
index 60a2bd4cc1..0000000000
--- a/main/perl-mime-base64/APKBUILD
+++ /dev/null
@@ -1,37 +0,0 @@
-# Automatically generated by apkbuild-cpan, template 1
-# Contributor: Timo Teräs <timo.teras@iki.fi>
-# Maintainer: Timo Teräs <timo.teras@iki.fi>
-pkgname=perl-mime-base64
-_pkgreal=MIME-Base64
-pkgver=3.13
-pkgrel=0
-pkgdesc="The RFC 2045 encodings; base64 and quoted-printable"
-url="http://search.cpan.org/dist/MIME-Base64/"
-arch="all"
-license="GPL PerlArtistic"
-cpandepends=""
-cpanmakedepends=""
-depends="$cpandepends"
-makedepends="perl-dev $cpanmakedepends"
-subpackages="$pkgname-doc"
-source="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$_pkgreal-$pkgver.tar.gz"
-
-_builddir="$srcdir/$_pkgreal-$pkgver"
-
-prepare() {
- cd "$_builddir"
- PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-}
-
-build() {
- cd "$_builddir"
- make
-}
-
-package() {
- cd "$_builddir"
- make DESTDIR="$pkgdir" install || return 1
- find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
-}
-
-md5sums="a555d807b328aee871c686a6b6bae5b4 MIME-Base64-3.13.tar.gz"