blob: 91c15bbf98cbaf42c9b6b341cf0f86512d0bb8ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Created by: Meno Abels <meno.abels@adviser.com>
# $FreeBSD$
PORTNAME= libtext-wrapi18n-perl
PORTVERSION= 0.06
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= DEBIAN
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
MAINTAINER= ports@FreeBSD.org
COMMENT= Documentation gettext tools
BUILD_DEPENDS= libtext-charwidth-perl>=0:textproc/libtext-charwidth-perl
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USES= perl5
USE_PERL5= configure
post-extract:
@${MV} ${WRKSRC}.orig ${WRKSRC}
.include <bsd.port.mk>
|