13 lines
207 B
Makefile
13 lines
207 B
Makefile
|
COMMENT= print arrays of data in a nicely formatted listing
|
||
|
|
||
|
MODULES= cpan
|
||
|
PKG_ARCH= *
|
||
|
DISTNAME = Data-ShowTable-4.6
|
||
|
CATEGORIES= devel
|
||
|
REVISION = 1
|
||
|
|
||
|
# GPLv2
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
.include <bsd.port.mk>
|