17 lines
332 B
Makefile
17 lines
332 B
Makefile
# $OpenBSD: Makefile,v 1.4 2010/10/19 07:54:24 espie Exp $
|
|
|
|
COMMENT= render tabular data as plain text
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Text-TabularDisplay-1.22
|
|
CATEGORIES= textproc 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>
|