diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-10 17:26:57 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-10 17:26:57 +0000 |
commit | f900846e5260dc5d66ccd323d0da759c95e2d6bb (patch) | |
tree | 3d2d195baaa9a28035ca99cf8f30d5a105a434b0 /textproc/yamcha | |
parent | 92c4ee1048b74b790b3b109e036920b222527701 (diff) | |
download | ports-f900846e5260dc5d66ccd323d0da759c95e2d6bb.tar.gz ports-f900846e5260dc5d66ccd323d0da759c95e2d6bb.zip |
Notes
Diffstat (limited to 'textproc/yamcha')
-rw-r--r-- | textproc/yamcha/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/yamcha/Makefile b/textproc/yamcha/Makefile index bd946b843812..133ce7f85e44 100644 --- a/textproc/yamcha/Makefile +++ b/textproc/yamcha/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: yamcha -# Date created: Aug 3, 2006 -# Whom: Cheng-Lung Sung <clsung@FreeBSD.org> -# +# Created by: Cheng-Lung Sung <clsung@FreeBSD.org> # $FreeBSD$ -# PORTNAME= yamcha PORTVERSION= 0.33 @@ -18,7 +14,8 @@ BUILD_DEPENDS= svm_learn:${PORTSDIR}/science/svmlight USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_PERL5_BUILD=yes +USES= perl5 +USE_PERL5= build DOC_FILES= feature.png feature2.png feature3.png \ feature4.png feature5.png index.html \ yamcha.html yamcha.css |