1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/japanese/p5-Text-Kakasi/Makefile
Dmitry Marakasov 878d53070f - Drop .la files for japanese/kakasi, no dependees require them
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-09-12 09:22:36 +00:00

26 lines
522 B
Makefile

# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$
PORTNAME= Text-Kakasi
PORTVERSION= 2.04
PORTREVISION= 1
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>