15 lines
221 B
Makefile
15 lines
221 B
Makefile
COMMENT = get number of occupied columns of a string on terminal
|
|
|
|
DISTNAME = Text-CharWidth-0.04
|
|
REVISION = 0
|
|
|
|
CATEGORIES = textproc
|
|
|
|
# perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += c perl
|
|
|
|
MODULES = cpan
|
|
|
|
.include <bsd.port.mk>
|