16 lines
548 B
Bash
16 lines
548 B
Bash
# Template build file for 'perl-Sub-Name'.
|
|
pkgname=perl-Sub-Name
|
|
version=0.21
|
|
revision=1
|
|
wrksrc="${pkgname/perl-/}-${version}"
|
|
build_style=perl-module
|
|
hostmakedepends="perl"
|
|
makedepends="${hostmakedepends}"
|
|
depends="${hostmakedepends}"
|
|
short_desc="Assigns a new name to referenced sub"
|
|
maintainer="newbluemoon <blaumolch@mailbox.org>"
|
|
homepage="http://search.cpan.org/dist/Sub-Name"
|
|
license="Artistic, GPL-1"
|
|
distfiles="${CPAN_SITE}/Sub/${pkgname/perl-/}-$version.tar.gz"
|
|
checksum="bd32e9dee07047c10ae474c9f17d458b6e9885a6db69474c7a494ccc34c27117"
|