diff options
Diffstat (limited to 'textproc/p5-Unicode-LineBreak')
-rw-r--r-- | textproc/p5-Unicode-LineBreak/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/p5-Unicode-LineBreak/Makefile b/textproc/p5-Unicode-LineBreak/Makefile index 74f2e5644176..606344ec31ca 100644 --- a/textproc/p5-Unicode-LineBreak/Makefile +++ b/textproc/p5-Unicode-LineBreak/Makefile @@ -7,6 +7,7 @@ PORTNAME= Unicode-LineBreak PORTVERSION= 1.008.2 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,6 +16,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= Olivier.Girard@univ-angers.fr COMMENT= Unicode-LineBreak package +BUILD_DEPENDS= p5-MIME-Charset>=0:${PORTSDIR}/mail/p5-MIME-Charset +RUN_DEPENDS:= ${BUILD_DEPENDS} + PERL_CONFIGURE= yes USE_PERL5= 5.8.0+ |