18 lines
318 B
Makefile
18 lines
318 B
Makefile
# $OpenBSD: Makefile,v 1.10 2013/03/11 11:42:44 espie Exp $
|
|
|
|
COMMENT= organize data in tables
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Text-Table-1.123
|
|
CATEGORIES= textproc
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
RUN_DEPENDS= textproc/p5-Text-Aligner>=0.05
|
|
|
|
.include <bsd.port.mk>
|