1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/japanese/p5-Text-Kakasi/Makefile
Baptiste Daroussin 3fee911366 Modernize LIB_DEPENDS
With hat:	portmgr
2014-07-13 23:36:40 +00:00

25 lines
506 B
Makefile

# Created by: 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= libkakasi.so:${PORTSDIR}/japanese/kakasi
USES= perl5
USE_PERL5= configure
.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>