summaryrefslogtreecommitdiffstats
path: root/devel/p5-Class-Hook
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-03-03 21:10:21 +0000
committeredwin <edwin@FreeBSD.org>2003-03-03 21:10:21 +0000
commit097881b3592ab59018882e5c906b0511c9438153 (patch)
treea65ce64761a5e1fd9d6312f80bc9bd2f8617e569 /devel/p5-Class-Hook
parent6e7dbdbf1b2c3e37520236d5c13e8da382225e92 (diff)
downloadFreeBSD-ports-097881b3592ab59018882e5c906b0511c9438153.zip
FreeBSD-ports-097881b3592ab59018882e5c906b0511c9438153.tar.gz
Make bento-package building happy.
Noticed by: kris@
Diffstat (limited to 'devel/p5-Class-Hook')
-rw-r--r--devel/p5-Class-Hook/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/p5-Class-Hook/Makefile b/devel/p5-Class-Hook/Makefile
index 236e4e3..fc22945 100644
--- a/devel/p5-Class-Hook/Makefile
+++ b/devel/p5-Class-Hook/Makefile
@@ -16,13 +16,15 @@ PKGNAMEPREFIX= p5-
MAINTAINER= brian@quynh-and-brian.org
COMMENT= Add hooks on methods from other classes
-BUILD_DEPENDS= ${SITE_PERL}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
+BUILD_DEPENDS= ${ARCH_PERL}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \
+ ${SITE_PERL}/Test/Simple.pm::${PORTSDIR}/devel/p5-Test-Simple
PERL_CONFIGURE= yes
MAN3= Class::Hook.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}
+ARCH_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}
+SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
.include <bsd.port.mk>
OpenPOWER on IntegriCloud