blob: 03a7d56b8b24ae29d602a496af41d0b2646f2727 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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= chinsan@FreeBSD.org
COMMENT= Get number of occupied columns of a string on terminal
PERL_CONFIGURE= YES
MAN3= Text::CharWidth.3
.include <bsd.port.mk>
|