freebsd-ports/japanese/p5-Text-ChaSen/Makefile
Erwin Lansing 74cb9eff53 Deprecate md5 in favour of sha256 checksums. md5 checksums will no longer
be generated or checked, and will be silently ignored for now.  Also,
generalize the MD5_FILE macro to DISTINFO_FILO.

PR:		149657
Submitted by:	rene
Approved by:	portmgr
Tested on:	pointyhat i386 7-exp
2010-10-28 21:00:21 +00:00

40 lines
919 B
Makefile

# New ports collection makefile for: p5-Text-ChaSen
# Date created: 2 March 2001
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= Text-ChaSen
PORTVERSION= 1.03
PORTREVISION= 4
CATEGORIES= japanese textproc perl5
MASTER_SITES= http://chasen.aist-nara.ac.jp/stable/chasen/
DISTNAME= chasen-${CHASEN_VERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= ChaSen library module for Perl5
LIB_DEPENDS= chasen.2:${PORTSDIR}/japanese/chasen-base
DISTINFO_FILE= ${.CURDIR}/../chasen-base/distinfo
CHASEN_VERSION= 2.4.4
WRKSRC= ${WRKDIR}/chasen-${CHASEN_VERSION}/perl
PERL_CONFIGURE= yes
CONFIGURE_ENV= PREFIX="${PREFIX}"
MAN3= Text::ChaSen.3
DOCSDIR= ${PREFIX}/share/doc/chasen
.include <bsd.port.pre.mk>
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README.perl
.endif
.include <bsd.port.post.mk>