16 lines
519 B
Bash
16 lines
519 B
Bash
# Template file for 'perl-Clone'
|
|
pkgname=perl-Clone
|
|
version=0.39
|
|
revision=2
|
|
wrksrc="${pkgname/perl-/}-${version}"
|
|
build_style=perl-module
|
|
hostmakedepends="perl"
|
|
makedepends="perl"
|
|
depends="${hostmakedepends}"
|
|
short_desc="Clone - recursively copy Perl datatypes"
|
|
maintainer="Kevin Berry <kevin@opensourcealchemist.com>"
|
|
homepage="http://search.cpan.org/dist/Clone"
|
|
license="Artistic, GPL-1"
|
|
distfiles="${CPAN_SITE}/Clone/Clone-${version}.tar.gz"
|
|
checksum=acb046683e49d650b113634ecf57df000816a49e611b0fff70bf3f93568bfa2d
|