summaryrefslogtreecommitdiffstats
path: root/extra/perl-uri/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/perl-uri/APKBUILD')
-rw-r--r--extra/perl-uri/APKBUILD22
1 files changed, 0 insertions, 22 deletions
diff --git a/extra/perl-uri/APKBUILD b/extra/perl-uri/APKBUILD
deleted file mode 100644
index e95b8411..00000000
--- a/extra/perl-uri/APKBUILD
+++ /dev/null
@@ -1,22 +0,0 @@
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=perl-uri
-pkgver=1.37
-pkgrel=0
-pkgdesc="Perl Module: form Resource Identifiers (absolute and relative)"
-url="http://search.cpan.org/dist/URI/"
-license="PerlArtistic"
-subpackages="$pkgname-doc"
-depends="perl"
-makedepends=""
-source="http://www.cpan.org/authors/id/G/GA/GAAS/URI-$pkgver.tar.gz"
-
-build ()
-{
- cd "$srcdir"/URI-$pkgver
- perl Makefile.PL INSTALLDIRS=vendor || return 1
- make || return 1
- make install DESTDIR="$pkgdir" || return 1
- find "$pkgdir" -name perllocal.pod -delete
- find "$pkgdir" -name .packlist -delete
-}
-md5sums="b81b3610b78654e11c099f74a5247860 URI-1.37.tar.gz"