13 lines
198 B
Makefile
13 lines
198 B
Makefile
|
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>
|