1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/japanese/p5-MeCab/Makefile
Cheng-Lung Sung 3481f2006b - New version 0.95 is released.
PR:		ports/110347
Submitted by:	HASHI Hiroaki <hashiz_AT_tomba dot meridiani dot jp>
2007-03-16 02:27:43 +00:00

37 lines
808 B
Makefile

# New ports collection makefile for: p5-MeCab
# Date created: 23 April 2003
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= MeCab
PORTVERSION= 0.95
CATEGORIES= japanese textproc perl5
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME:L}
DISTNAME= ${PORTNAME:L}-perl-${PORTVERSION}
MAINTAINER= clsung@FreeBSD.org
COMMENT= MeCab library module for Perl5
LIB_DEPENDS= mecab.1:${PORTSDIR}/japanese/mecab
PERL_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
IGNORE= requires perl 5.8.x or later. Install lang/perl5.8 and try again
.endif
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/test.pl ${EXAMPLESDIR}
.endif
.include <bsd.port.post.mk>