diff options
author | tota <tota@FreeBSD.org> | 2013-03-20 20:41:52 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2013-03-20 20:41:52 +0800 |
commit | 925cf5b8bf591eb852d839806fe021639f736d0c (patch) | |
tree | 4923cf4553dc1b498bc644aaf7d3bd7836446b82 /japanese/p5-MeCab | |
parent | 0e66725cc4269534199a2612571caeae65221a99 (diff) | |
download | freebsd-ports-gnome-925cf5b8bf591eb852d839806fe021639f736d0c.tar.gz freebsd-ports-gnome-925cf5b8bf591eb852d839806fe021639f736d0c.tar.zst freebsd-ports-gnome-925cf5b8bf591eb852d839806fe021639f736d0c.zip |
- Update to 0.995
- Add LICENSE section
- Adopt OptionsNG
- Trim Makefile header
- Remove Author: line from pkg-descr
- Replace tab with space WWW: line in pkg-descr
- Update WWW: line in pkg-descr
PR: ports/175695 (based on)
Submitted by: Yasuhiro KIMURA <yasu_AT_utahime_DOT_org>
Diffstat (limited to 'japanese/p5-MeCab')
-rw-r--r-- | japanese/p5-MeCab/Makefile | 21 | ||||
-rw-r--r-- | japanese/p5-MeCab/distinfo | 4 | ||||
-rw-r--r-- | japanese/p5-MeCab/pkg-descr | 3 |
3 files changed, 16 insertions, 12 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} diff --git a/japanese/p5-MeCab/distinfo b/japanese/p5-MeCab/distinfo index 627aeca05855..97d2e8a7592f 100644 --- a/japanese/p5-MeCab/distinfo +++ b/japanese/p5-MeCab/distinfo @@ -1,2 +1,2 @@ -SHA256 (mecab-perl-0.994.tar.gz) = 244c479a4603f779ce499592938e76618899fe0f2741ad9ab58f55a63b8ce319 -SIZE (mecab-perl-0.994.tar.gz) = 44660 +SHA256 (mecab-perl-0.995.tar.gz) = 130e3492005b424a9a0a166925d34ddb4f01926ef261089fc1fc6c3496e51f6f +SIZE (mecab-perl-0.995.tar.gz) = 49839 diff --git a/japanese/p5-MeCab/pkg-descr b/japanese/p5-MeCab/pkg-descr index a62531052307..6b7325d40733 100644 --- a/japanese/p5-MeCab/pkg-descr +++ b/japanese/p5-MeCab/pkg-descr @@ -1,4 +1,3 @@ This is the MeCab library module for Perl5. -Author: Taku Kudo <taku@chasen.org> -WWW: http://mecab.sourceforge.jp/ +WWW: https://code.google.com/p/mecab/ |