blob: 8e966ba0054ed1b8ab59d813dd040654a844434f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
# 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= SFJP
MASTER_SITE_SUBDIR= chasen-legacy/32224
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>
|