New package: perl-Clone-PP-1.07.

This commit is contained in:
maxice8 2017-11-15 23:15:44 -02:00 committed by Leаh Neukirchen
parent 84cd81f09c
commit e031d2ab0e
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# Template file for 'perl-Clone-PP'
pkgname=perl-Clone-PP
version=1.07
revision=1
wrksrc="${pkgname/perl-/}-${version}"
build_style=perl-module
hostmakedepends="perl"
makedepends="perl"
depends="perl"
short_desc="Clone::PP - Recursively copy Perl datatypes"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="Artistic, GPL-1"
homepage="http://search.cpan.org/dist/Clone-PP"
distfiles="${CPAN_SITE}/Clone/${pkgname/perl-/}-${version}.tar.gz"
checksum=bf85e109b7d9a10677db82fa65c1720ae95499a49cbb676d4b3d1b183786b395
do_check() {
make test
}