svn commit: r325042 - head/japanese/mecab-ipadic

Andrej Zverev az at FreeBSD.org
Tue Aug 20 11:54:39 UTC 2013


Author: az
Date: Tue Aug 20 11:54:39 2013
New Revision: 325042
URL: http://svnweb.freebsd.org/changeset/ports/325042

Log:
  Conver to new perl5 framework.
  
  PR:		ports/181207
  Submitted by:	Yasuhiro KIMURA <yasu at utahime.org> (maintainer)

Modified:
  head/japanese/mecab-ipadic/Makefile

Modified: head/japanese/mecab-ipadic/Makefile
==============================================================================
--- head/japanese/mecab-ipadic/Makefile	Tue Aug 20 11:48:33 2013	(r325041)
+++ head/japanese/mecab-ipadic/Makefile	Tue Aug 20 11:54:39 2013	(r325042)
@@ -21,7 +21,8 @@ LICENSE_PERMS_ICOT=	dist-mirror dist-sel
 
 BUILD_DEPENDS=	ja-mecab>=0.94:${PORTSDIR}/japanese/mecab
 
-USE_PERL5_BUILD=	yes
+USES=			perl5
+USE_PERL5=		build
 GNU_CONFIGURE=		yes
 CONFIGURE_ARGS+=	--with-dicdir=${PREFIX}/lib/mecab/dic/ipadic
 


More information about the svn-ports-all mailing list