16 lines
581 B
Bash
16 lines
581 B
Bash
# Template build file for 'perl-Sub-Identify'.
|
|
pkgname=perl-Sub-Identify
|
|
version=0.14
|
|
revision=1
|
|
wrksrc="${pkgname/perl-/}-${version}"
|
|
build_style=perl-module
|
|
hostmakedepends="perl"
|
|
makedepends="${hostmakedepends}"
|
|
depends="perl perl-Eval-Closure perl-Exception-Class"
|
|
short_desc="Retrieve names of code references"
|
|
maintainer="newbluemoon <blaumolch@mailbox.org>"
|
|
homepage="http://search.cpan.org/dist/Sub-Identify/"
|
|
license="Artistic, GPL-1"
|
|
distfiles="${CPAN_SITE}/Sub/${pkgname/perl-/}-$version.tar.gz"
|
|
checksum=068d272086514dd1e842b6a40b1bedbafee63900e5b08890ef6700039defad6f
|