17 lines
578 B
Bash
17 lines
578 B
Bash
# Template build file for 'perl-IO-stringy'.
|
|
pkgname=perl-IO-stringy
|
|
version=2.111
|
|
revision=1
|
|
wrksrc="${pkgname/perl-/}-${version}"
|
|
build_style=perl-module
|
|
hostmakedepends="perl"
|
|
makedepends="${hostmakedepends}"
|
|
depends="${makedepends}"
|
|
noarch="yes"
|
|
short_desc="IO::stringy -- I/O on in-core objects like strings/arrays"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="http://search.cpan.org/dist/IO-stringy/"
|
|
license="Artistic, GPL-1"
|
|
distfiles="${CPAN_SITE}/IO/${pkgname/perl-/}-$version.tar.gz"
|
|
checksum=8c67fd6608c3c4e74f7324f1404a856c331dbf48d9deda6aaa8296ea41bf199d
|