ports/textproc/p5-Text-CharWidth/Makefile

16 lines
221 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
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>