Skip to content
Snippets Groups Projects
Commit 4fb804f0 authored by Leonardo Arena's avatar Leonardo Arena
Browse files

testing/perl-test-pod: new aport

parent 55e7c41d
No related branches found
No related tags found
No related merge requests found
# Contributor: Leonardo Arena <rnalrd@gmail.com>
# Maintainer: Leonardo Arena <rnalrd@gmail.com>
pkgname=perl-test-pod
_realname=Test-Pod
pkgver=1.26
pkgrel=0
pkgdesc="Check for POD errors in files"
url="http://search.cpan.org/~petdance/Test-Pod-1.26/"
license="Unknown"
depends="perl"
makedepends="perl-dev"
install=
subpackages="$pkgname-doc"
source="http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/$_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="2f259135656ac4549b65a4f14f07b7c6 Test-Pod-1.26.tar.gz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment