aboutsummaryrefslogtreecommitdiff
path: root/japanese/p5-MeCab/Makefile
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2013-03-20 12:41:52 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2013-03-20 12:41:52 +0000
commit2bfdf02b460366c91b3d51136f266bf6b7e8111b (patch)
tree4923cf4553dc1b498bc644aaf7d3bd7836446b82 /japanese/p5-MeCab/Makefile
parentd1ef8e62008fc50718ac2f9eef2aa4f6cfe327c3 (diff)
Notes
Diffstat (limited to 'japanese/p5-MeCab/Makefile')
-rw-r--r--japanese/p5-MeCab/Makefile21
1 files changed, 13 insertions, 8 deletions
diff --git a/japanese/p5-MeCab/Makefile b/japanese/p5-MeCab/Makefile
index e5d88657c8ab..08586bd136b5 100644
--- a/japanese/p5-MeCab/Makefile
+++ b/japanese/p5-MeCab/Makefile
@@ -1,29 +1,34 @@
-# New ports collection makefile for: p5-MeCab
-# Date created: 23 April 2003
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$
-#
PORTNAME= MeCab
-PORTVERSION= 0.994
+PORTVERSION= 0.995
CATEGORIES= japanese textproc perl5
-MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
+MASTER_SITES= GOOGLE_CODE
PROJECTHOST= ${PORTNAME:L}
DISTNAME= ${PORTNAME:L}-perl-${PORTVERSION}
MAINTAINER= perl@FreeBSD.org
COMMENT= MeCab library module for Perl5
+LICENSE= BSD GPLv2 LGPL21
+LICENSE_COMB= dual
+LICENSE_FILE_BSD= ${WRKSRC}/BSD
+LICENSE_FILE_GPLv2= ${WRKSRC}/GPL
+LICENSE_FILE_LGPL21= ${WRKSRC}/LGPL
+
LIB_DEPENDS= mecab:${PORTSDIR}/japanese/mecab
PERL_CONFIGURE= yes
+OPTIONS_DEFINE= EXAMPLES
+OPTIONSFILE= ${PORT_DBDIR}/ja-p5-${PORTNAME}/options
+
.include <bsd.port.pre.mk>
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
-.if !defined(NOPORTEXAMPLES)
+.if ${PORT_OPTIONS:MEXAMPLES}
post-install:
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/test.pl ${EXAMPLESDIR}