mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 19:43:50 +02:00
19 lines
647 B
Bash
19 lines
647 B
Bash
# Template build file for 'perl-List-MoreUtils'.
|
|
pkgname=perl-List-MoreUtils
|
|
version=0.415
|
|
revision=1
|
|
wrksrc="List-MoreUtils-$version"
|
|
build_style=perl-module
|
|
hostmakedepends="perl"
|
|
makedepends="perl perl-Exporter-Tiny"
|
|
depends="${makedepends}"
|
|
short_desc="List::MoreUtils - Provide the stuff missing in List::Util"
|
|
maintainer="Dominik Honnef <dominik@honnef.co>"
|
|
homepage="http://search.cpan.org/~rehsack/List-MoreUtils/"
|
|
license="Artistic, GPL-1"
|
|
distfiles="${CPAN_SITE}/List/List-MoreUtils-${version}.tar.gz"
|
|
checksum=568e093563cb2421db9d4ffc5ee4cefc3c6d7d9fe7a9d862f1584199b6394f7a
|
|
|
|
post_configure() {
|
|
sed -i 's/-mtune=generic//g' Makefile
|
|
}
|