From 76648d657d5b9ede21f838d18b7cbb9ebd687dfc Mon Sep 17 00:00:00 2001 From: Lars Thegler Date: Mon, 7 Aug 2006 09:24:13 +0000 Subject: [PATCH] - Fix dependency on p5-Class-Inspector [1] - Use magic MASTER_SITES - Use BUILD_DEPENDS=${RUN_DEPENDS} to avoid extra dependencies - Use versioned package dependencies PR: ports/101091 [1] Submitted by: chinsan --- devel/p5-Module-Pluggable/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/p5-Module-Pluggable/Makefile b/devel/p5-Module-Pluggable/Makefile index 69799175bd73..ad71a20ab2bf 100644 --- a/devel/p5-Module-Pluggable/Makefile +++ b/devel/p5-Module-Pluggable/Makefile @@ -7,17 +7,17 @@ PORTNAME= Module-Pluggable PORTVERSION= 3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Module +MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Automatically give your module the ability to have plugins -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= p5-Class-Inspector>0:${PORTSDIR}/devel/p5-Class-Inspector \ + p5-PathTools>=3.0:${PORTSDIR}/devel/p5-PathTools +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_MODBUILD= yes