17 lines
586 B
Bash
17 lines
586 B
Bash
# Template file for 'perl-Dist-CheckConflicts'
|
|
pkgname=perl-Dist-CheckConflicts
|
|
version=0.11
|
|
revision=1
|
|
wrksrc="${pkgname/perl-/}-${version}"
|
|
build_style=perl-module
|
|
hostmakedepends="perl"
|
|
makedepends="${hostmakedepends}"
|
|
depends="perl perl-Module-Runtime"
|
|
noarch="yes"
|
|
short_desc="Declare version conflicts for your dist"
|
|
maintainer="John Regan <john@jrjrtech.com>"
|
|
homepage="http://search.cpan.org/dist/Dist-CheckConflicts/"
|
|
license="Artistic"
|
|
distfiles="${CPAN_SITE}/Dist/${pkgname/perl-/}-${version}.tar.gz"
|
|
checksum=ea844b9686c94d666d9d444321d764490b2cde2f985c4165b4c2c77665caedc4
|