mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
module_runtime: bump to version 0.018
This commit is contained in:
@@ -12,11 +12,12 @@ Perl core bugs regarding require. These workarounds are applied on any Perl vers
|
||||
bugs exist, except for a case where one of the bugs cannot be adequately worked around in pure \
|
||||
Perl."
|
||||
HOMEPAGE="https://metacpan.org/pod/Module::Runtime"
|
||||
COPYRIGHT="2004, 2006, 2007, 2009, 2010, 2011, 2012, 2014, 2017 Andrew Main (Zefram)"
|
||||
COPYRIGHT="2004, 2006, 2007, 2009, 2010, 2011, 2012, 2014, 2017 Andrew Main (Zefram)
|
||||
2025 Graham Knop"
|
||||
LICENSE="Artistic"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://cpan.metacpan.org/authors/id/Z/ZE/ZEFRAM/Module-Runtime-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="68302ec646833547d410be28e09676db75006f4aa58a11f3bdb44ffe99f0f024"
|
||||
SOURCE_URI="https://cpan.metacpan.org/authors/id/H/HA/HAARG/Module-Runtime-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="0bf77ef68e53721914ff554eada20973596310b4e2cf1401fc958601807de577"
|
||||
SOURCE_DIR="Module-Runtime-$portVersion"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
@@ -31,21 +32,21 @@ REQUIRES="
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
module_build
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
cmd:perl
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
perl Build.PL --prefix $prefix
|
||||
./Build
|
||||
perl Makefile.PL PREFIX=$prefix
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
./Build pure_install
|
||||
make pure_install
|
||||
|
||||
# remove architecture-specific files
|
||||
cd $prefix
|
||||
@@ -55,5 +56,5 @@ INSTALL()
|
||||
|
||||
TEST()
|
||||
{
|
||||
./Build test
|
||||
make test
|
||||
}
|
||||
Reference in New Issue
Block a user