9fb1ef4c3a
response to email. Hat: portmgr
21 lines
395 B
Makefile
21 lines
395 B
Makefile
# New ports collection makefile for: p5-Text-CharWidth
|
|
# Date created: 2008/08/31
|
|
# Whom: chinsan
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Text-CharWidth
|
|
DISTVERSION= 0.04
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Get number of occupied columns of a string on terminal
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
MAN3= Text::CharWidth.3
|
|
|
|
.include <bsd.port.mk>
|