freebsd-ports/textproc/libtext-charwidth-perl/Makefile

29 lines
621 B
Makefile
Raw Normal View History

# New ports collection makefile for: libtext-charwidth-perl
# Date created: 08 Januar 2006
# Whom: Meno Abels <meno.abels@adviser.com>
#
# $FreeBSD$
#
PORTNAME= libtext-charwidth-perl
PORTVERSION= 0.04
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_DEBIAN}
MASTER_SITE_SUBDIR= pool/main/libt/libtext-charwidth-perl
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
MAINTAINER= ports@FreeBSD.org
COMMENT= Documentation gettext tools
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
2013-08-02 20:21:05 +02:00
USES= perl5
USE_PERL5= configure
MAN3= Text::CharWidth.3
post-extract:
@${MV} ${WRKSRC}.orig ${WRKSRC}
.include <bsd.port.mk>