mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
29 lines
610 B
Makefile
29 lines
610 B
Makefile
# New ports collection makefile for: p5-kakasi
|
|
# Date created: 25 February 2000
|
|
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Text-Kakasi
|
|
PORTVERSION= 2.04
|
|
CATEGORIES= japanese textproc perl5
|
|
MASTER_SITES= CPAN
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Kakasi library module for Perl5
|
|
|
|
LIB_DEPENDS= kakasi.3:${PORTSDIR}/japanese/kakasi
|
|
|
|
PERL_CONFIGURE= yes
|
|
MAN3= Text::Kakasi.3 Text::Kakasi::JP.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/Makefile.PL
|
|
|
|
.include <bsd.port.post.mk>
|