aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/libtext-wrapi18n-perl/Makefile
blob: 391d6d667fafcbf9b9ca33f492ce0a3dd605296d (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
# 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= ports@FreeBSD.org
COMMENT=    Documentation gettext tools

BUILD_DEPENDS=  libtext-charwidth-perl>=0:${PORTSDIR}/textproc/libtext-charwidth-perl

WRKSRC=     ${WRKDIR}/${PORTNAME}-${PORTVERSION}

USES=       perl5
USE_PERL5=  configure

MAN3=       Text::WrapI18N.3

post-extract:
    @${MV} ${WRKSRC}.orig ${WRKSRC}

.include <bsd.port.mk>