1e474f48e1
"I haven't used any of those ports myself for a long time, so I think it's best you remove me as maintainer."
18 lines
352 B
Makefile
18 lines
352 B
Makefile
# $OpenBSD: Makefile,v 1.12 2012/12/13 16:34:48 naddy 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
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|