diff options
Diffstat (limited to 'devel/p5-uni-perl/Makefile')
-rw-r--r-- | devel/p5-uni-perl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-uni-perl/Makefile b/devel/p5-uni-perl/Makefile index 7e75422fdfb4..4d17ca5e468b 100644 --- a/devel/p5-uni-perl/Makefile +++ b/devel/p5-uni-perl/Makefile @@ -7,6 +7,7 @@ PORTNAME= uni-perl PORTVERSION= 0.03 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/M/MO/MONS @@ -15,9 +16,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= mons@cpan.org COMMENT= Modern perl with unicode -RUN_DEPENDS= p5-Data-Dumper>=2:${PORTSDIR}/devel/p5-Data-Dumper \ - p5-Encode>=2.37:${PORTSDIR}/converters/p5-Encode \ - p5-lib-abs>=0.90:${PORTSDIR}/devel/p5-lib-abs +RUN_DEPENDS= p5-Encode>=2.37:${PORTSDIR}/converters/p5-Encode \ + p5-lib-abs>=0.90:${PORTSDIR}/devel/p5-lib-abs BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= 5.10.0+ |