perl-DBI: rebuild with perl>=5.18 due to site/vendor scripts move.
This commit is contained in:
parent
232a5a5742
commit
b930ee05c8
1 changed files with 4 additions and 3 deletions
|
@ -1,10 +1,11 @@
|
||||||
# Template build file for 'perl-DBI'.
|
# Template build file for 'perl-DBI'.
|
||||||
pkgname=perl-DBI
|
pkgname=perl-DBI
|
||||||
version=1.628
|
version=1.628
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="DBI-${version}"
|
wrksrc="DBI-${version}"
|
||||||
build_style=perl-module
|
build_style=perl-module
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl>=5.18"
|
||||||
|
makedepends="${hostmakedepends}"
|
||||||
short_desc="Database independent interface for Perl"
|
short_desc="Database independent interface for Perl"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://search.cpan.org/dist/DBI"
|
homepage="http://search.cpan.org/dist/DBI"
|
||||||
|
@ -13,7 +14,7 @@ distfiles="${CPAN_SITE}/DBI/DBI-$version.tar.gz"
|
||||||
checksum=46c834f4ba1b28c8d8a2db8095835a67fc69a9585761523aea3a74437a969b52
|
checksum=46c834f4ba1b28c8d8a2db8095835a67fc69a9585761523aea3a74437a969b52
|
||||||
|
|
||||||
perl-DBI_package() {
|
perl-DBI_package() {
|
||||||
depends="perl"
|
depends="perl>=5.12"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove all
|
vmove all
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue