bsdbuild: accept any perl version, bumprev.
This commit is contained in:
parent
b810894d84
commit
e7a14b25d0
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'bsdbuild'
|
# Template file for 'bsdbuild'
|
||||||
pkgname=bsdbuild
|
pkgname=bsdbuild
|
||||||
version=2.7
|
version=2.7
|
||||||
|
revision=1
|
||||||
distfiles="http://stable.hypertriton.com/bsdbuild/$pkgname-$version.tar.gz"
|
distfiles="http://stable.hypertriton.com/bsdbuild/$pkgname-$version.tar.gz"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--prefix=/usr --with-manpages --with-manlinks"
|
configure_args="--prefix=/usr --with-manpages --with-manlinks"
|
||||||
|
@ -27,7 +28,7 @@ long_desc="
|
||||||
compatibility of various software, and writing new tests is easy."
|
compatibility of various software, and writing new tests is easy."
|
||||||
|
|
||||||
noarch=yes
|
noarch=yes
|
||||||
Add_dependency full perl
|
Add_dependency full perl ">=0"
|
||||||
|
|
||||||
pre_install()
|
pre_install()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue