diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-02-27 14:34:41 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-02-27 14:34:41 +0000 |
commit | fff6a87cc3aec6a0a4687ca2412a9eb9aa9d8f34 (patch) | |
tree | 351820555d81d5a1a77f133ecbd3dfba20c3310d /textproc/p5-Unicode-LineBreak | |
parent | 99ede11a3acfe3c9535f931cbf89cd8f08006f97 (diff) | |
download | ports-fff6a87cc3aec6a0a4687ca2412a9eb9aa9d8f34.tar.gz ports-fff6a87cc3aec6a0a4687ca2412a9eb9aa9d8f34.zip |
Notes
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+ |