15 lines
274 B
Makefile
15 lines
274 B
Makefile
# $OpenBSD: Makefile,v 1.13 2013/03/11 10:50:15 espie Exp $
|
|
|
|
COMMENT= print arrays of data in a nicely formatted listing
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Data-ShowTable-3.3
|
|
REVISION= 1
|
|
CATEGORIES= devel
|
|
USE_GROFF = Yes
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
.include <bsd.port.mk>
|