aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Language-Guess
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-09-11 05:29:55 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-09-11 05:29:55 +0000
commitc153fc8db4cd271cf440847b07722defd6363824 (patch)
tree7d6f09364ae164355f84938027aaeaf3db656249 /textproc/p5-Text-Language-Guess
parentc38737831812e30552fdfdb25a09354064a3a461 (diff)
downloadports-c153fc8db4cd271cf440847b07722defd6363824.tar.gz
ports-c153fc8db4cd271cf440847b07722defd6363824.zip
- convert to the new perl5 framework
- trim Makefile header Approved by: portmgr (bapt@, blanket)
Notes
Notes: svn path=/head/; revision=326939
Diffstat (limited to 'textproc/p5-Text-Language-Guess')
-rw-r--r--textproc/p5-Text-Language-Guess/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-Text-Language-Guess/Makefile b/textproc/p5-Text-Language-Guess/Makefile
index 9d9de278025a..185f23cf317e 100644
--- a/textproc/p5-Text-Language-Guess/Makefile
+++ b/textproc/p5-Text-Language-Guess/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: textproc/p5-Text-Language-Guess
-# Date created: 2006-09-25
-# Whom: Masahiro Teramoto <markun@onohara.to>
-#
+# Created by: Masahiro Teramoto <markun@onohara.to>
# $FreeBSD$
-#
PORTNAME= Text-Language-Guess
PORTVERSION= 0.02
@@ -20,7 +16,8 @@ BUILD_DEPENDS= p5-Log-Log4perl>=1.0:${PORTSDIR}/devel/p5-Log-Log4perl \
p5-Lingua-StopWords>=0:${PORTSDIR}/textproc/p5-Lingua-StopWords
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN1= language-guess.1
MAN3= Text::Language::Guess.3