freebsd-ports/japanese/p5-MeCab/Makefile

33 lines
687 B
Makefile
Raw Normal View History

# 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.994
CATEGORIES= japanese textproc perl5
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PROJECTHOST= ${PORTNAME:L}
DISTNAME= ${PORTNAME:L}-perl-${PORTVERSION}
MAINTAINER= perl@FreeBSD.org
COMMENT= MeCab library module for Perl5
LIB_DEPENDS= mecab:${PORTSDIR}/japanese/mecab
PERL_CONFIGURE= yes
.include <bsd.port.pre.mk>
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
.if !defined(NOPORTEXAMPLES)
post-install:
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/test.pl ${EXAMPLESDIR}
.endif
.include <bsd.port.post.mk>