From e4d1a7c5cfc11597c353a2e6a6afe29383197f84 Mon Sep 17 00:00:00 2001 From: kevlo Date: Tue, 28 Dec 2004 02:46:18 +0000 Subject: [PATCH] - add p5-Carp-Clan dependency. Pointed out by Sam Smith - bump PKGNAME --- math/p5-Bit-Vector/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/math/p5-Bit-Vector/Makefile b/math/p5-Bit-Vector/Makefile index 67827ffc7e0..ee90ec64937 100644 --- a/math/p5-Bit-Vector/Makefile +++ b/math/p5-Bit-Vector/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.5 2004/12/01 03:40:12 kevlo Exp $ +# $OpenBSD: Makefile,v 1.6 2004/12/28 02:46:18 kevlo Exp $ NOT_FOR_ARCHS= ${NO_SHARED_ARCHS} COMMENT= "library of advanced math functions" DISTNAME= Bit-Vector-6.4 -PKGNAME= p5-${DISTNAME} +PKGNAME= p5-${DISTNAME}p0 CATEGORIES= math perl5 MAINTAINER= Kevin Lo @@ -17,6 +17,9 @@ PERMIT_DISTFILES_FTP= Yes MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Bit/} +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= :p5-Carp-Clan->=5.3:devel/p5-Carp-Clan + CONFIGURE_STYLE= perl .include