diff options
Diffstat (limited to 'devel/p5-Perl-Version/Makefile')
-rw-r--r-- | devel/p5-Perl-Version/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/p5-Perl-Version/Makefile b/devel/p5-Perl-Version/Makefile index e79ff47..b3026f2 100644 --- a/devel/p5-Perl-Version/Makefile +++ b/devel/p5-Perl-Version/Makefile @@ -3,7 +3,7 @@ PORTNAME= Perl-Version PORTVERSION= 1.013 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +14,7 @@ COMMENT= Parse and manipulate Perl version strings LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-File-Slurp-Tiny>=0:${PORTSDIR}/devel/p5-File-Slurp-Tiny \ - p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils +RUN_DEPENDS= p5-File-Slurp-Tiny>=0:${PORTSDIR}/devel/p5-File-Slurp-Tiny BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 |