mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
exception_class: rebuild for perl update
This commit is contained in:
@@ -11,7 +11,7 @@ class."
|
||||
HOMEPAGE="https://metacpan.org/pod/Exception::Class"
|
||||
COPYRIGHT="2021 by Dave Rolsky"
|
||||
LICENSE="Artistic"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/Exception-Class-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="5482a77ef027ca1f9f39e1f48c558356e954936fc8fbbdee6c811c512701b249"
|
||||
SOURCE_DIR="Exception-Class-$portVersion"
|
||||
@@ -30,14 +30,17 @@ REQUIRES="
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
class_data_inheritable
|
||||
devel_stacktrace
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
cmd:perl
|
||||
"
|
||||
|
||||
TEST_REQUIRES="
|
||||
class_data_inheritable
|
||||
devel_stacktrace
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
perl Makefile.PL PREFIX=$prefix
|
||||
|
||||
Reference in New Issue
Block a user