16 lines
233 B
Makefile
16 lines
233 B
Makefile
COMMENT = format a header and rows into a table
|
|
|
|
DISTNAME = Term-Table-0.017
|
|
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|