17 lines
268 B
Makefile
17 lines
268 B
Makefile
# $OpenBSD: Makefile,v 1.2 2019/07/12 20:50:06 sthen Exp $
|
|
|
|
COMMENT = get number of occupied columns of a string on terminal
|
|
|
|
DISTNAME = Text-CharWidth-0.04
|
|
|
|
CATEGORIES = textproc
|
|
|
|
# perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += c perl
|
|
|
|
MODULES = cpan
|
|
|
|
.include <bsd.port.mk>
|