16 lines
221 B
Makefile
16 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>
|