239bbd6172
multibyte characters such as UTF-8, EUC-JP, and GB2312, fullwidth characters such as east Asian characters, combining characters such as diacritical marks and Thai, and languages which don't use whitespaces between words such as Chinese and Japanese. WWW: http://packages.debian.org/unstable/perl/libtext-wrapi18n-perl PR: ports/91532 Submitted by: Meno Abels <meno.abels@adviser.com>
30 lines
778 B
Makefile
30 lines
778 B
Makefile
# New ports collection makefile for: libtext-wrapi18n-perl
|
|
# Date created: 08 Januar 2006
|
|
# Whom: Meno Abels <meno.abels@adviser.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libtext-wrapi18n-perl
|
|
PORTVERSION= 0.06
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_DEBIAN}
|
|
MASTER_SITE_SUBDIR= pool/main/libt/libtext-wrapi18n-perl
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
|
|
|
|
MAINTAINER= Meno.Abels@Adviser.com
|
|
COMMENT= Documentation gettext tools
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Text/CharWidth.pm:${PORTSDIR}/textproc/libtext-charwidth-perl
|
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Text::WrapI18N.3
|
|
|
|
post-extract:
|
|
@${MV} ${WRKSRC}.orig ${WRKSRC}
|
|
|
|
.include <bsd.port.mk>
|