aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Unicode-LineBreak/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-12-09 19:31:04 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-12-09 19:31:04 +0000
commit80229e35f2b0c0bf4b5c70a1e620876286173380 (patch)
tree5c4e28bcc22222100abfbec65a587c90b5aab7b4 /textproc/p5-Unicode-LineBreak/Makefile
parent8e525a3e44bcf9d921731560773f57e3db105581 (diff)
downloadports-80229e35f2b0c0bf4b5c70a1e620876286173380.tar.gz
ports-80229e35f2b0c0bf4b5c70a1e620876286173380.zip
Notes
Diffstat (limited to 'textproc/p5-Unicode-LineBreak/Makefile')
-rw-r--r--textproc/p5-Unicode-LineBreak/Makefile18
1 files changed, 5 insertions, 13 deletions
diff --git a/textproc/p5-Unicode-LineBreak/Makefile b/textproc/p5-Unicode-LineBreak/Makefile
index e7ceded14759..3183e5ec9ee2 100644
--- a/textproc/p5-Unicode-LineBreak/Makefile
+++ b/textproc/p5-Unicode-LineBreak/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Unicode-LineBreak
-PORTVERSION= 2012.10
+PORTVERSION= 2013.11
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,23 +14,15 @@ COMMENT= Unicode-LineBreak package
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-MIME-Charset>=0:${PORTSDIR}/mail/p5-MIME-Charset
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+#BUILD_DEPENDS= p5-MIME-Charset>=1.006.2:${PORTSDIR}/mail/p5-MIME-Charset
+#RUN_DEPENDS:= ${BUILD_DEPENDS}
MAKE_JOBS_UNSAFE= yes
USES= perl5
USE_PERL5= configure
-CONFIGURE_ARGS+= --with-bundled-sombok \
- --disable-libthai
+CONFIGURE_ARGS= --with-bundled-sombok \
+ --disable-libthai
-MAN3= Unicode::LineBreak.3 \
- Unicode::GCString::JA_JP.3 \
- Text::LineFold.3 \
- Unicode::LineBreak::JA_JP.3 \
- Unicode::GCString.3 \
- Text::LineFold::JA_JP.3
-
-NO_STAGE= yes
.include <bsd.port.mk>