freebsd-ports/textproc/p5-Text-TabularDisplay/Makefile

19 lines
307 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= Text-TabularDisplay
2013-08-07 12:18:07 +02:00
PORTVERSION= 1.35
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= Display text in formatted table output
USES= perl5
USE_PERL5= configure
MAN3= Text::TabularDisplay.3
NO_STAGE= yes
.include <bsd.port.mk>