15 lines
259 B
Makefile
15 lines
259 B
Makefile
# $OpenBSD: Makefile,v 1.12 2020/07/03 21:45:51 sthen Exp $
|
|
|
|
COMMENT= render tabular data as plain text
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME = Text-TabularDisplay-1.38
|
|
CATEGORIES= textproc devel
|
|
REVISION = 0
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
.include <bsd.port.mk>
|