17 lines
569 B
Bash
17 lines
569 B
Bash
# Template file for 'perl-File-Which'
|
|
pkgname=perl-File-Which
|
|
version=1.18
|
|
revision=1
|
|
noarch=yes
|
|
wrksrc="${pkgname/perl-/}-${version}"
|
|
build_style=perl-module
|
|
hostmakedepends="perl"
|
|
makedepends="${hostmakedepends}"
|
|
depends="${makedepends}"
|
|
short_desc="Portable implementation of the which utility in Perl"
|
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|
homepage="http://search.cpan.org/dist/File-Which/"
|
|
license="Artistic, GPL-1"
|
|
distfiles="${CPAN_SITE}/File/${pkgname/perl-/}-${version}.tar.gz"
|
|
checksum=964918a867bef2ce8b63786e24e947b249d4c0626d2d98b7c9a2155328f1391c
|