aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Config-Any
diff options
context:
space:
mode:
authorLars Balker Rasmussen <lbr@FreeBSD.org>2007-09-01 20:21:21 +0000
committerLars Balker Rasmussen <lbr@FreeBSD.org>2007-09-01 20:21:21 +0000
commitbae47a496f5c5cfa5b15f83b75c4e256c00e92ba (patch)
tree1807ae07153b798127317f09ccee6d7cfa6eb040 /devel/p5-Config-Any
parent69b0418580bfa5bface4f8659b370d31ebe8d88d (diff)
downloadports-bae47a496f5c5cfa5b15f83b75c4e256c00e92ba.tar.gz
ports-bae47a496f5c5cfa5b15f83b75c4e256c00e92ba.zip
Fix dependency issue (thanks to linimon, ancient pointy-hat to me for not
having the dependency in place from the beginning...) Use CPAN MASTER_SITE notation.
Notes
Notes: svn path=/head/; revision=198608
Diffstat (limited to 'devel/p5-Config-Any')
-rw-r--r--devel/p5-Config-Any/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-Config-Any/Makefile b/devel/p5-Config-Any/Makefile
index 2442d6e0b06b..42fad697879d 100644
--- a/devel/p5-Config-Any/Makefile
+++ b/devel/p5-Config-Any/Makefile
@@ -8,14 +8,14 @@
PORTNAME= Config-Any
PORTVERSION= 0.08
CATEGORIES= devel perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= Config
+MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lbr@FreeBSD.org
COMMENT= Load class configuration data from a number of file formats
-RUN_DEPENDS= p5-Module-Pluggable>=3.01:${PORTSDIR}/devel/p5-Module-Pluggable
+RUN_DEPENDS= p5-Module-Pluggable>=3.01:${PORTSDIR}/devel/p5-Module-Pluggable \
+ p5-version>=0:${PORTSDIR}/devel/p5-version
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes